Html Css Color HEX #D0C571 Chenin

📋 copy color: '#D0C571'

red 208 ◦ green 197 ◦ blue 113

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

Shades of Chenin #D0C571

Tints of Chenin #D0C571

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 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

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

RGB 208 197 113 -
CMYK 0 0.05 0.46 0.18
HSL 53.05º 0.5% 0.63% -
HSV(B) 53.05º 0.46% 0.82% -
XYZ 48.96 54.53 23.57 -
YUV 190.71 84.14 140.33 -
System Red Green Blue C M Y K H S L
Decimal 208 197 113 0 0.05 0.46 0.18 53.05 0.5 0.63
Hex D0 C5 71 0 5 2E 12 35 32 3F
Octal 320 305 161 0 5 56 22 65 62 77
Binary 11010000 11000101 1110001 0 101 101110 10010 110101 110010 111111

Color Harmonies of #D0C571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C571

Black with #D0C571

Text Example


Text Example

White with #D0C571

Text Example


Text Example

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