#D2C371

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

Shades of Chenin #D2C371

Tints of Chenin #D2C371

Color information

#D2C371 (or 0xD2C371) is unknown color: approx Chenin. HEX triplet: D2, C3 and 71. RGB value is (210,195,113). Sum of RGB (Red+Green+Blue) = 210+195+113=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C371 is #2D3C8E. Grayscale: #BEBEBE. Windows color (decimal): -2964623 or 7455698. OLE color: 7455698.

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

Color convert

RGB210195113-
CMYK00.070.460.18
HSL50.72º51.87%63.33%-
HSV(B)50.72º46.19%82.35%-
XYZ49.0753.9223.44-
YUV190.1484.47142.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.54%
GREEN value IS 195 (76.56% from 255) = 37.64%
BLUE value IS 113 (44.53% from 255) = 21.81%
R=40.54%
G=37.64%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019511300.070.460.1850.7251.8763.33
HexD2C371072E1233343f
Octal322303161075622636477
Binary11010010110000111110001011110111010010110011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C371; }

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

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

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

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

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

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

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

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