#D2C16E

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

Shades of Chenin #D2C16E

Tints of Chenin #D2C16E

Color information

#D2C16E (or 0xD2C16E) is unknown color: approx Chenin. HEX triplet: D2, C1 and 6E. RGB value is (210,193,110). Sum of RGB (Red+Green+Blue) = 210+193+110=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C16E is #2D3E91. Grayscale: #BCBCBC. Windows color (decimal): -2965138 or 7258578. OLE color: 7258578.

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

Color convert

RGB210193110-
CMYK00.080.480.18
HSL49.8º52.63%62.75%-
HSV(B)49.8º47.62%82.35%-
XYZ48.4652.9722.42-
YUV188.6283.63143.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.94%
GREEN value IS 193 (75.78% from 255) = 37.62%
BLUE value IS 110 (43.36% from 255) = 21.44%
R=40.94%
G=37.62%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019311000.080.480.1849.852.6362.75
HexD2C16E08301232353f
Octal3223011560106022626577
Binary110100101100000111011100100011000010010110010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C16E; }

 p { color: rgb(210,193,110); }

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

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

 a { background-color: rgb(210,193,110); }

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

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

 span { border-color: rgb(210,193,110); }

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