Html Css Color HEX #D0C686 Winter Hazel

📋 copy color: '#D0C686'

red 208 ◦ green 198 ◦ blue 134

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

Shades of Winter Hazel #D0C686

Tints of Winter Hazel #D0C686

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.67%

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

R = 38.52%
G = 36.67%
B = 24.81%

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

#D0C686 (or 0xD0C686) is known color: Winter Hazel. HEX triplet: D0, C6 and 86. RGB value is (208,198,134). Sum of RGB (Red+Green+Blue) = 208+198+134=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C686 is #2F3979. Grayscale: #C1C1C1. Windows color (decimal): -3094906 or 8832720. OLE color: 8832720.

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

Color convert

RGB 208 198 134 -
CMYK 0 0.05 0.36 0.18
HSL 51.89º 0.44% 0.67% -
HSV(B) 51.89º 0.36% 0.82% -
XYZ 50.51 55.52 30.61 -
YUV 193.69 94.31 138.2 -
System Red Green Blue C M Y K H S L
Decimal 208 198 134 0 0.05 0.36 0.18 51.89 0.44 0.67
Hex D0 C6 86 0 5 24 12 34 2C 43
Octal 320 306 206 0 5 44 22 64 54 103
Binary 11010000 11000110 10000110 0 101 100100 10010 110100 101100 1000011

Color Harmonies of #D0C686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C686

Black with #D0C686

Text Example


Text Example

White with #D0C686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C686; }

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

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

background-color css

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

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

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

border-color css

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

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

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