#DDC96C

Color #DDC96C Chenin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chenin #DDC96C

Tints of Chenin #DDC96C

Color information

#DDC96C (or 0xDDC96C) is unknown color: approx Chenin. HEX triplet: DD, C9 and 6C. RGB value is (221,201,108). Sum of RGB (Red+Green+Blue) = 221+201+108=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC96C is #223693. Grayscale: #C4C4C4. Windows color (decimal): -2242196 or 7129565. OLE color: 7129565.

HSL color Cylindrical-coordinate representation of color #DDC96C: hue angle of 49.38º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDC96C is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB221201108-
CMYK00.090.510.13
HSL49.38º62.43%64.51%-
HSV(B)49.38º51.13%86.67%-
XYZ53.4158.2322.61-
YUV196.3878.13145.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 201 (78.91% from 255) = 37.92%
BLUE value IS 108 (42.58% from 255) = 20.38%
R=41.70%
G=37.92%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120110800.090.510.1349.3862.4364.51
HexDDC96C0933D313e41
Octal33531115401163156176101
Binary110111011100100111011000100111001111011100011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC96C; }

 p { color: rgb(221,201,108); }

 H1.HeaderClassName
 {
   color: #DDC96C;
 }
 .AnyTagClassName
 {
   color: #DDC96C;
 }
</style>
background-color css

<style>
 a { background-color: #DDC96C; }

 a { background-color: rgb(221,201,108); }

 div.DivClassName
 {
   background-color: #DDC96C;
 }
 .BgClassName
 {
   background-color: #DDC96C;
 }
</style>
border-color css

<style>
 span { border-color: #DDC96C; }

 span { border-color: rgb(221,201,108); }

 td.TdClassName
 {
   border-color: #DDC96C;
 }
 .TagClassName
 {
   border-color: #DDC96C;
 }
</style>