#DDC966

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

Shades of Chenin #DDC966

Tints of Chenin #DDC966

Color information

#DDC966 (or 0xDDC966) is unknown color: approx Chenin. HEX triplet: DD, C9 and 66. RGB value is (221,201,102). Sum of RGB (Red+Green+Blue) = 221+201+102=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 102 (40.23% from 255 or 19.47% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC966 is #223699. Grayscale: #C4C4C4. Windows color (decimal): -2242202 or 6736349. OLE color: 6736349.

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

Color convert

RGB221201102-
CMYK00.090.540.13
HSL49.92º63.64%63.33%-
HSV(B)49.92º53.85%86.67%-
XYZ53.158.120.99-
YUV195.6975.13146.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.18%
GREEN value IS 201 (78.91% from 255) = 38.36%
BLUE value IS 102 (40.23% from 255) = 19.47%
R=42.18%
G=38.36%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120110200.090.540.1349.9263.6463.33
HexDDC9660936D32403f
Octal33531114601166156210077
Binary110111011100100111001100100111011011011100101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC966; }

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

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

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

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

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

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

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

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