Html Css Color HEX #D0BC75 Winter Hazel

📋 copy color: '#D0BC75'

red 208 ◦ green 188 ◦ blue 117

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

Shades of Winter Hazel #D0BC75

Tints of Winter Hazel #D0BC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.81%

R = 40.55%
G = 36.65%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D0BC75 (or 0xD0BC75) is known color: Winter Hazel. HEX triplet: D0, BC and 75. RGB value is (208,188,117). Sum of RGB (Red+Green+Blue) = 208+188+117=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BC75 is #2F438A. Grayscale: #BABABA. Windows color (decimal): -3097483 or 7716048. OLE color: 7716048.

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

Color convert

RGB 208 188 117 -
CMYK 0 0.10 0.44 0.18
HSL 46.81º 0.49% 0.64% -
HSV(B) 46.81º 0.44% 0.82% -
XYZ 47.21 50.66 24.12 -
YUV 185.89 89.13 143.77 -
System Red Green Blue C M Y K H S L
Decimal 208 188 117 0 0.10 0.44 0.18 46.81 0.49 0.64
Hex D0 BC 75 0 A 2C 12 2F 31 40
Octal 320 274 165 0 12 54 22 57 61 100
Binary 11010000 10111100 1110101 0 1010 101100 10010 101111 110001 1000000

Color Harmonies of #D0BC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BC75

Black with #D0BC75

Text Example


Text Example

White with #D0BC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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