#D2C36C

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

Shades of Chenin #D2C36C

Tints of Chenin #D2C36C

Color information

#D2C36C (or 0xD2C36C) is unknown color: approx Chenin. HEX triplet: D2, C3 and 6C. RGB value is (210,195,108). Sum of RGB (Red+Green+Blue) = 210+195+108=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C36C is #2D3C93. Grayscale: #BDBDBD. Windows color (decimal): -2964628 or 7128018. OLE color: 7128018.

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

Color convert

RGB210195108-
CMYK00.070.490.18
HSL51.18º53.12%62.35%-
HSV(B)51.18º48.57%82.35%-
XYZ48.853.8122-
YUV189.5781.97142.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.94%
GREEN value IS 195 (76.56% from 255) = 38.01%
BLUE value IS 108 (42.58% from 255) = 21.05%
R=40.94%
G=38.01%
B=21.05%

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
Decimal21019510800.070.490.1851.1853.1262.35
HexD2C36C07311233353e
Octal322303154076122636576
Binary11010010110000111101100011111000110010110011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C36C; }

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

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

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

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

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

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

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

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