Html Css Color HEX #D0BC77 Winter Hazel

📋 copy color: '#D0BC77'

red 208 ◦ green 188 ◦ blue 119

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

Shades of Winter Hazel #D0BC77

Tints of Winter Hazel #D0BC77

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.5%

 BLUE value IS 119 (46.88% from 255) = 23.11%

R = 40.39%
G = 36.5%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D0BC77 (or 0xD0BC77) is known color: Winter Hazel. HEX triplet: D0, BC and 77. RGB value is (208,188,119). Sum of RGB (Red+Green+Blue) = 208+188+119=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BC77 is #2F4388. Grayscale: #BABABA. Windows color (decimal): -3097481 or 7847120. OLE color: 7847120.

HSL color Cylindrical-coordinate representation of color #D0BC77: hue angle of 46.52º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0BC77 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 188 119 -
CMYK 0 0.10 0.43 0.18
HSL 46.52º 0.49% 0.64% -
HSV(B) 46.52º 0.43% 0.82% -
XYZ 47.33 50.71 24.75 -
YUV 186.11 90.13 143.61 -
System Red Green Blue C M Y K H S L
Decimal 208 188 119 0 0.10 0.43 0.18 46.52 0.49 0.64
Hex D0 BC 77 0 A 2B 12 2F 31 40
Octal 320 274 167 0 12 53 22 57 61 100
Binary 11010000 10111100 1110111 0 1010 101011 10010 101111 110001 1000000

Color Harmonies of #D0BC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BC77

Black with #D0BC77

Text Example


Text Example

White with #D0BC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BC77; }

 p { color: rgb(208,188,119); }

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

background-color css

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

 a { background-color: rgb(208,188,119); }

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

border-color css

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

 span { border-color: rgb(208,188,119); }

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