Html Css Color HEX #D0BC7C Winter Hazel

📋 copy color: '#D0BC7C'

red 208 ◦ green 188 ◦ blue 124

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

Shades of Winter Hazel #D0BC7C

Tints of Winter Hazel #D0BC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.85%

R = 40%
G = 36.15%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0BC7C (or 0xD0BC7C) is known color: Winter Hazel. HEX triplet: D0, BC and 7C. RGB value is (208,188,124). Sum of RGB (Red+Green+Blue) = 208+188+124=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BC7C is #2F4383. Grayscale: #BABABA. Windows color (decimal): -3097476 or 8174800. OLE color: 8174800.

HSL color Cylindrical-coordinate representation of color #D0BC7C: hue angle of 45.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0BC7C is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 188 124 -
CMYK 0 0.10 0.40 0.18
HSL 45.71º 0.47% 0.65% -
HSV(B) 45.71º 0.4% 0.82% -
XYZ 47.63 50.83 26.37 -
YUV 186.68 92.63 143.2 -
System Red Green Blue C M Y K H S L
Decimal 208 188 124 0 0.10 0.40 0.18 45.71 0.47 0.65
Hex D0 BC 7C 0 A 28 12 2E 2F 41
Octal 320 274 174 0 12 50 22 56 57 101
Binary 11010000 10111100 1111100 0 1010 101000 10010 101110 101111 1000001

Color Harmonies of #D0BC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BC7C

Black with #D0BC7C

Text Example


Text Example

White with #D0BC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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