#D2C471

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

Shades of Chenin #D2C471

Tints of Chenin #D2C471

Color information

#D2C471 (or 0xD2C471) is unknown color: approx Chenin. HEX triplet: D2, C4 and 71. RGB value is (210,196,113). Sum of RGB (Red+Green+Blue) = 210+196+113=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C471 is #2D3B8E. Grayscale: #BFBFBF. Windows color (decimal): -2964367 or 7455954. OLE color: 7455954.

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

Color convert

RGB210196113-
CMYK00.070.460.18
HSL51.34º51.87%63.33%-
HSV(B)51.34º46.19%82.35%-
XYZ49.354.3723.52-
YUV190.7284.14141.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.46%
GREEN value IS 196 (76.95% from 255) = 37.76%
BLUE value IS 113 (44.53% from 255) = 21.77%
R=40.46%
G=37.76%
B=21.77%

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
Decimal21019611300.070.460.1851.3451.8763.33
HexD2C471072E1233343f
Octal322304161075622636477
Binary11010010110001001110001011110111010010110011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C471; }

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

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

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

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

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

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

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

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