#D2BE7D

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

Shades of Winter Hazel #D2BE7D

Tints of Winter Hazel #D2BE7D

Color information

#D2BE7D (or 0xD2BE7D) is unknown color: approx Winter Hazel. HEX triplet: D2, BE and 7D. RGB value is (210,190,125). Sum of RGB (Red+Green+Blue) = 210+190+125=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BE7D is #2D4182. Grayscale: #BCBCBC. Windows color (decimal): -2965891 or 8240850. OLE color: 8240850.

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

Color convert

RGB210190125-
CMYK00.100.400.18
HSL45.88º48.57%65.69%-
HSV(B)45.88º40.48%82.35%-
XYZ48.6952.0126.87-
YUV188.5792.13143.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40%
GREEN value IS 190 (74.61% from 255) = 36.19%
BLUE value IS 125 (49.22% from 255) = 23.81%
R=40%
G=36.19%
B=23.81%

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
Decimal21019012500.100.400.1845.8848.5765.69
HexD2BE7D0A28122e3142
Octal32227617501250225661102
Binary1101001010111110111110101010101000100101011101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BE7D; }

 p { color: rgb(210,190,125); }

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

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

 a { background-color: rgb(210,190,125); }

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

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

 span { border-color: rgb(210,190,125); }

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