#D2C66C

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

Shades of Chenin #D2C66C

Tints of Chenin #D2C66C

Color information

#D2C66C (or 0xD2C66C) is unknown color: approx Chenin. HEX triplet: D2, C6 and 6C. RGB value is (210,198,108). Sum of RGB (Red+Green+Blue) = 210+198+108=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C66C is #2D3993. Grayscale: #BFBFBF. Windows color (decimal): -2963860 or 7128786. OLE color: 7128786.

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

Color convert

RGB210198108-
CMYK00.060.490.18
HSL52.94º53.12%62.35%-
HSV(B)52.94º48.57%82.35%-
XYZ49.4855.1722.23-
YUV191.3380.98141.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.70%
GREEN value IS 198 (77.73% from 255) = 38.37%
BLUE value IS 108 (42.58% from 255) = 20.93%
R=40.70%
G=38.37%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019810800.060.490.1852.9453.1262.35
HexD2C66C06311235353e
Octal322306154066122656576
Binary11010010110001101101100011011000110010110101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C66C; }

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

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

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

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

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

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

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

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