Html Css Color HEX #D0C585 Winter Hazel

📋 copy color: '#D0C585'

red 208 ◦ green 197 ◦ blue 133

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

Shades of Winter Hazel #D0C585

Tints of Winter Hazel #D0C585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.72%

R = 38.66%
G = 36.62%
B = 24.72%

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

#D0C585 (or 0xD0C585) is known color: Winter Hazel. HEX triplet: D0, C5 and 85. RGB value is (208,197,133). Sum of RGB (Red+Green+Blue) = 208+197+133=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C585 is #2F3A7A. Grayscale: #C1C1C1. Windows color (decimal): -3095163 or 8766928. OLE color: 8766928.

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

Color convert

RGB 208 197 133 -
CMYK 0 0.05 0.36 0.18
HSL 51.2º 0.44% 0.67% -
HSV(B) 51.2º 0.36% 0.82% -
XYZ 50.21 55.04 30.17 -
YUV 192.99 94.14 138.7 -
System Red Green Blue C M Y K H S L
Decimal 208 197 133 0 0.05 0.36 0.18 51.2 0.44 0.67
Hex D0 C5 85 0 5 24 12 33 2C 43
Octal 320 305 205 0 5 44 22 63 54 103
Binary 11010000 11000101 10000101 0 101 100100 10010 110011 101100 1000011

Color Harmonies of #D0C585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C585

Black with #D0C585

Text Example


Text Example

White with #D0C585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C585; }

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

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

background-color css

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

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

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

border-color css

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

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

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