#D0C571

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

Shades of Chenin #D0C571

Tints of Chenin #D0C571

Color information

#D0C571 (or 0xD0C571) is unknown color: approx Chenin. HEX triplet: D0, C5 and 71. RGB value is (208,197,113). Sum of RGB (Red+Green+Blue) = 208+197+113=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C571 is #2F3A8E. Grayscale: #BFBFBF. Windows color (decimal): -3095183 or 7456208. OLE color: 7456208.

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

Color convert

RGB208197113-
CMYK00.050.460.18
HSL53.05º50.26%62.94%-
HSV(B)53.05º45.67%81.57%-
XYZ48.9654.5323.57-
YUV190.7184.14140.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.15%
GREEN value IS 197 (77.34% from 255) = 38.03%
BLUE value IS 113 (44.53% from 255) = 21.81%
R=40.15%
G=38.03%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819711300.050.460.1853.0550.2662.94
HexD0C571052E1235323f
Octal320305161055622656277
Binary11010000110001011110001010110111010010110101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C571; }

 p { color: rgb(208,197,113); }

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

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

 a { background-color: rgb(208,197,113); }

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

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

 span { border-color: rgb(208,197,113); }

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