Html Css Color HEX #D0C586 Winter Hazel

📋 copy color: '#D0C586'

red 208 ◦ green 197 ◦ blue 134

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

Shades of Winter Hazel #D0C586

Tints of Winter Hazel #D0C586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.86%

R = 38.59%
G = 36.55%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D0C586 (or 0xD0C586) is known color: Winter Hazel. HEX triplet: D0, C5 and 86. RGB value is (208,197,134). Sum of RGB (Red+Green+Blue) = 208+197+134=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C586 is #2F3A79. Grayscale: #C1C1C1. Windows color (decimal): -3095162 or 8832464. OLE color: 8832464.

HSL color Cylindrical-coordinate representation of color #D0C586: hue angle of 51.08º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0C586 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 197 134 -
CMYK 0 0.05 0.36 0.18
HSL 51.08º 0.44% 0.67% -
HSV(B) 51.08º 0.36% 0.82% -
XYZ 50.28 55.06 30.53 -
YUV 193.11 94.64 138.62 -
System Red Green Blue C M Y K H S L
Decimal 208 197 134 0 0.05 0.36 0.18 51.08 0.44 0.67
Hex D0 C5 86 0 5 24 12 33 2C 43
Octal 320 305 206 0 5 44 22 63 54 103
Binary 11010000 11000101 10000110 0 101 100100 10010 110011 101100 1000011

Color Harmonies of #D0C586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C586

Black with #D0C586

Text Example


Text Example

White with #D0C586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C586; }

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

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

background-color css

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

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

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

border-color css

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

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

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