#DDC66F

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

Shades of Chenin #DDC66F

Tints of Chenin #DDC66F

Color information

#DDC66F (or 0xDDC66F) is unknown color: approx Chenin. HEX triplet: DD, C6 and 6F. RGB value is (221,198,111). Sum of RGB (Red+Green+Blue) = 221+198+111=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC66F is #223990. Grayscale: #C3C3C3. Windows color (decimal): -2242961 or 7325405. OLE color: 7325405.

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

Color convert

RGB221198111-
CMYK00.100.500.13
HSL47.45º61.8%65.1%-
HSV(B)47.45º49.77%86.67%-
XYZ52.8856.9123.24-
YUV194.9680.62146.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 198 (77.73% from 255) = 37.36%
BLUE value IS 111 (43.75% from 255) = 20.94%
R=41.70%
G=37.36%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119811100.100.500.1347.4561.865.1
HexDDC66F0A32D2f3e41
Octal33530615701262155776101
Binary110111011100011011011110101011001011011011111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC66F; }

 p { color: rgb(221,198,111); }

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

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

 a { background-color: rgb(221,198,111); }

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

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

 span { border-color: rgb(221,198,111); }

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