#D2C56A

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

Shades of Chenin #D2C56A

Tints of Chenin #D2C56A

Color information

#D2C56A (or 0xD2C56A) is unknown color: approx Chenin. HEX triplet: D2, C5 and 6A. RGB value is (210,197,106). Sum of RGB (Red+Green+Blue) = 210+197+106=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C56A is #2D3A95. Grayscale: #BEBEBE. Windows color (decimal): -2964118 or 6997458. OLE color: 6997458.

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

Color convert

RGB210197106-
CMYK00.060.500.18
HSL52.5º53.61%61.96%-
HSV(B)52.5º49.52%82.35%-
XYZ49.1554.6721.6-
YUV190.5180.31141.9-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.94%
GREEN value IS 197 (77.34% from 255) = 38.40%
BLUE value IS 106 (41.80% from 255) = 20.66%
R=40.94%
G=38.40%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019710600.060.500.1852.553.6161.96
HexD2C56A06321234363e
Octal322305152066222646676
Binary11010010110001011101010011011001010010110100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C56A; }

 p { color: rgb(210,197,106); }

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

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

 a { background-color: rgb(210,197,106); }

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

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

 span { border-color: rgb(210,197,106); }

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