#D2C36B

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

Shades of Chenin #D2C36B

Tints of Chenin #D2C36B

Color information

#D2C36B (or 0xD2C36B) is unknown color: approx Chenin. HEX triplet: D2, C3 and 6B. RGB value is (210,195,107). Sum of RGB (Red+Green+Blue) = 210+195+107=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C36B is #2D3C94. Grayscale: #BDBDBD. Windows color (decimal): -2964629 or 7062482. OLE color: 7062482.

HSL color Cylindrical-coordinate representation of color #D2C36B: hue angle of 51.26º 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 #D2C36B is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB210195107-
CMYK00.070.490.18
HSL51.26º53.37%62.16%-
HSV(B)51.26º49.05%82.35%-
XYZ48.7553.7921.72-
YUV189.4581.47142.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.02%
GREEN value IS 195 (76.56% from 255) = 38.09%
BLUE value IS 107 (42.19% from 255) = 20.90%
R=41.02%
G=38.09%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019510700.070.490.1851.2653.3762.16
HexD2C36B07311233353e
Octal322303153076122636576
Binary11010010110000111101011011111000110010110011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C36B; }

 p { color: rgb(210,195,107); }

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

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

 a { background-color: rgb(210,195,107); }

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

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

 span { border-color: rgb(210,195,107); }

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