Html Css Color HEX #D0C087 Winter Hazel

📋 copy color: '#D0C087'

red 208 ◦ green 192 ◦ blue 135

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

Shades of Winter Hazel #D0C087

Tints of Winter Hazel #D0C087

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.89%

 BLUE value IS 135 (53.13% from 255) = 25.23%

R = 38.88%
G = 35.89%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D0C087 (or 0xD0C087) is known color: Winter Hazel. HEX triplet: D0, C0 and 87. RGB value is (208,192,135). Sum of RGB (Red+Green+Blue) = 208+192+135=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 135 (53.12% from 255 or 25.23% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C087 is #2F3F78. Grayscale: #BEBEBE. Windows color (decimal): -3096441 or 8896720. OLE color: 8896720.

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

Color convert

RGB 208 192 135 -
CMYK 0 0.08 0.35 0.18
HSL 46.85º 0.44% 0.67% -
HSV(B) 46.85º 0.35% 0.82% -
XYZ 49.24 52.86 30.53 -
YUV 190.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 208 192 135 0 0.08 0.35 0.18 46.85 0.44 0.67
Hex D0 C0 87 0 8 23 12 2F 2C 43
Octal 320 300 207 0 10 43 22 57 54 103
Binary 11010000 11000000 10000111 0 1000 100011 10010 101111 101100 1000011

Color Harmonies of #D0C087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C087

Black with #D0C087

Text Example


Text Example

White with #D0C087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C087; }

 p { color: rgb(208,192,135); }

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

background-color css

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

 a { background-color: rgb(208,192,135); }

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

border-color css

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

 span { border-color: rgb(208,192,135); }

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