#D0C570

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

Shades of Chenin #D0C570

Tints of Chenin #D0C570

Color information

#D0C570 (or 0xD0C570) is unknown color: approx Chenin. HEX triplet: D0, C5 and 70. RGB value is (208,197,112). Sum of RGB (Red+Green+Blue) = 208+197+112=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C570 is #2F3A8F. Grayscale: #BEBEBE. Windows color (decimal): -3095184 or 7390672. OLE color: 7390672.

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

Color convert

RGB208197112-
CMYK00.050.460.18
HSL53.12º50.53%62.75%-
HSV(B)53.12º46.15%81.57%-
XYZ48.954.5123.27-
YUV190.683.64140.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.23%
GREEN value IS 197 (77.34% from 255) = 38.10%
BLUE value IS 112 (44.14% from 255) = 21.66%
R=40.23%
G=38.10%
B=21.66%

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
Decimal20819711200.050.460.1853.1250.5362.75
HexD0C570052E1235333f
Octal320305160055622656377
Binary11010000110001011110000010110111010010110101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C570; }

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

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

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

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

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

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

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

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