Html Css Color HEX #D0BC78 Winter Hazel

📋 copy color: '#D0BC78'

red 208 ◦ green 188 ◦ blue 120

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

Shades of Winter Hazel #D0BC78

Tints of Winter Hazel #D0BC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.26%

R = 40.31%
G = 36.43%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D0BC78 (or 0xD0BC78) is known color: Winter Hazel. HEX triplet: D0, BC and 78. RGB value is (208,188,120). Sum of RGB (Red+Green+Blue) = 208+188+120=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BC78 is #2F4387. Grayscale: #BABABA. Windows color (decimal): -3097480 or 7912656. OLE color: 7912656.

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

Color convert

RGB 208 188 120 -
CMYK 0 0.10 0.42 0.18
HSL 46.36º 0.48% 0.64% -
HSV(B) 46.36º 0.42% 0.82% -
XYZ 47.39 50.73 25.06 -
YUV 186.23 90.63 143.53 -
System Red Green Blue C M Y K H S L
Decimal 208 188 120 0 0.10 0.42 0.18 46.36 0.48 0.64
Hex D0 BC 78 0 A 2A 12 2E 30 40
Octal 320 274 170 0 12 52 22 56 60 100
Binary 11010000 10111100 1111000 0 1010 101010 10010 101110 110000 1000000

Color Harmonies of #D0BC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BC78

Black with #D0BC78

Text Example


Text Example

White with #D0BC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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