Html Css Color HEX #D0C971 Winter Hazel

📋 copy color: '#D0C971'

red 208 ◦ green 201 ◦ blue 113

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

Shades of Winter Hazel #D0C971

Tints of Winter Hazel #D0C971

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.51%

 BLUE value IS 113 (44.53% from 255) = 21.65%

R = 39.85%
G = 38.51%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D0C971 (or 0xD0C971) is known color: Winter Hazel. HEX triplet: D0, C9 and 71. RGB value is (208,201,113). Sum of RGB (Red+Green+Blue) = 208+201+113=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 113 (44.53% from 255 or 21.65% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C971 is #2F368E. Grayscale: #C1C1C1. Windows color (decimal): -3094159 or 7457232. OLE color: 7457232.

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

Color convert

RGB 208 201 113 -
CMYK 0 0.03 0.46 0.18
HSL 55.58º 0.5% 0.63% -
HSV(B) 55.58º 0.46% 0.82% -
XYZ 49.88 56.38 23.88 -
YUV 193.06 82.82 138.66 -
System Red Green Blue C M Y K H S L
Decimal 208 201 113 0 0.03 0.46 0.18 55.58 0.5 0.63
Hex D0 C9 71 0 3 2E 12 38 32 3F
Octal 320 311 161 0 3 56 22 70 62 77
Binary 11010000 11001001 1110001 0 11 101110 10010 111000 110010 111111

Color Harmonies of #D0C971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C971

Black with #D0C971

Text Example


Text Example

White with #D0C971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C971; }

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

 H1.HeaderClassName
 {
   color: #D0C971;
 }
 .AnyTagClassName
 {
   color: #D0C971;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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