Html Css Color HEX #D0C570 Chenin

📋 copy color: '#D0C570'

red 208 ◦ green 197 ◦ blue 112

#D0C570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chenin #D0C570

Tints of Chenin #D0C570

RGB

 RED value IS 208 (81.64% from 255) = 40.23%

 GREEN value IS 197 (77.34% from 255) = 38.1%

 BLUE value IS 112 (44.14% from 255) = 21.66%

R = 40.23%
G = 38.1%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D0C570 (or 0xD0C570) is known color: 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

RGB 208 197 112 -
CMYK 0 0.05 0.46 0.18
HSL 53.13º 0.51% 0.63% -
HSV(B) 53.13º 0.46% 0.82% -
XYZ 48.9 54.51 23.27 -
YUV 190.6 83.64 140.41 -
System Red Green Blue C M Y K H S L
Decimal 208 197 112 0 0.05 0.46 0.18 53.13 0.51 0.63
Hex D0 C5 70 0 5 2E 12 35 33 3F
Octal 320 305 160 0 5 56 22 65 63 77
Binary 11010000 11000101 1110000 0 101 101110 10010 110101 110011 111111

Color Harmonies of #D0C570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C570

Black with #D0C570

Text Example


Text Example

White with #D0C570

Text Example


Text Example

HTML Codes & Css Web 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>