#D0BC7D

Color #D0BC7D Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #D0BC7D

Tints of Winter Hazel #D0BC7D

Color information

#D0BC7D (or 0xD0BC7D) is unknown color: approx Winter Hazel. HEX triplet: D0, BC and 7D. RGB value is (208,188,125). Sum of RGB (Red+Green+Blue) = 208+188+125=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BC7D is #2F4382. Grayscale: #BBBBBB. Windows color (decimal): -3097475 or 8240336. OLE color: 8240336.

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

Color convert

RGB208188125-
CMYK00.100.400.18
HSL45.54º46.89%65.29%-
HSV(B)45.54º39.9%81.57%-
XYZ47.750.8626.7-
YUV186.893.13143.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.92%
GREEN value IS 188 (73.83% from 255) = 36.08%
BLUE value IS 125 (49.22% from 255) = 23.99%
R=39.92%
G=36.08%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818812500.100.400.1845.5446.8965.29
HexD0BC7D0A28122e2f41
Octal32027417501250225657101
Binary1101000010111100111110101010101000100101011101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BC7D; }

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

 H1.HeaderClassName
 {
   color: #D0BC7D;
 }
 .AnyTagClassName
 {
   color: #D0BC7D;
 }
</style>
background-color css

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

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

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

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

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

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