Shades of Winter Hazel #D2BD7C
Tints of Winter Hazel #D2BD7C
RGB
CMYK
RGB Variations
Color information
#D2BD7C (or 0xD2BD7C) is known color: Winter Hazel. HEX triplet: D2, BD and 7C. RGB value is (210,189,124). Sum of RGB (Red+Green+Blue) = 210+189+124=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 124 (48.83% from 255 or 23.71% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BD7C is #2D4283. Grayscale: #BCBCBC. Windows color (decimal): -2966148 or 8175058. OLE color: 8175058.
HSL color Cylindrical-coordinate representation of color #D2BD7C: hue angle of 45.35º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2BD7C is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 124 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.18 |
| HSL | 45.35º | 0.49% | 0.65% | - |
| HSV(B) | 45.35º | 0.41% | 0.82% | - |
| XYZ | 48.41 | 51.55 | 26.47 | - |
| YUV | 187.87 | 91.96 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 124 | 0 | 0.10 | 0.41 | 0.18 | 45.35 | 0.49 | 0.65 |
| Hex | D2 | BD | 7C | 0 | A | 29 | 12 | 2D | 31 | 41 |
| Octal | 322 | 275 | 174 | 0 | 12 | 51 | 22 | 55 | 61 | 101 |
| Binary | 11010010 | 10111101 | 1111100 | 0 | 1010 | 101001 | 10010 | 101101 | 110001 | 1000001 |
Color Harmonies of #D2BD7C
Complementary color
Monochromatic Colors of #D2BD7C
Black with #D2BD7C
Text Example
Text Example
White with #D2BD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BD7C; }
p { color: rgb(210,189,124); }
H1.HeaderClassName
{
color: #D2BD7C;
}
.AnyTagClassName
{
color: #D2BD7C;
}
</style>
background-color css
<style>
a { background-color: #D2BD7C; }
a { background-color: rgb(210,189,124); }
div.DivClassName
{
background-color: #D2BD7C;
}
.BgClassName
{
background-color: #D2BD7C;
}
</style>
border-color css
<style>
span { border-color: #D2BD7C; }
span { border-color: rgb(210,189,124); }
td.TdClassName
{
border-color: #D2BD7C;
}
.TagClassName
{
border-color: #D2BD7C;
}
</style>