#D0C66C

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

Shades of Chenin #D0C66C

Tints of Chenin #D0C66C

Color information

#D0C66C (or 0xD0C66C) is unknown color: approx Chenin. HEX triplet: D0, C6 and 6C. RGB value is (208,198,108). Sum of RGB (Red+Green+Blue) = 208+198+108=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C66C is #2F3993. Grayscale: #BFBFBF. Windows color (decimal): -3094932 or 7128784. OLE color: 7128784.

HSL color Cylindrical-coordinate representation of color #D0C66C: hue angle of 54º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0C66C is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB208198108-
CMYK00.050.480.18
HSL54º51.55%61.96%-
HSV(B)54º48.08%81.57%-
XYZ48.9154.8822.2-
YUV190.7381.31140.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.47%
GREEN value IS 198 (77.73% from 255) = 38.52%
BLUE value IS 108 (42.58% from 255) = 21.01%
R=40.47%
G=38.52%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819810800.050.480.185451.5561.96
HexD0C66C05301236343e
Octal320306154056022666476
Binary11010000110001101101100010111000010010110110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C66C; }

 p { color: rgb(208,198,108); }

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

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

 a { background-color: rgb(208,198,108); }

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

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

 span { border-color: rgb(208,198,108); }

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