Shades of Winter Hazel #D3CA8B
Tints of Winter Hazel #D3CA8B
RGB
CMYK
RGB Variations
Color information
#D3CA8B (or 0xD3CA8B) is known color: Winter Hazel. HEX triplet: D3, CA and 8B. RGB value is (211,202,139). Sum of RGB (Red+Green+Blue) = 211+202+139=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CA8B is #2C3574. Grayscale: #C5C5C5. Windows color (decimal): -2897269 or 9161427. OLE color: 9161427.
HSL color Cylindrical-coordinate representation of color #D3CA8B: hue angle of 52.5º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D3CA8B is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 202 | 139 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.17 |
| HSL | 52.5º | 0.45% | 0.69% | - |
| HSV(B) | 52.5º | 0.34% | 0.83% | - |
| XYZ | 52.64 | 57.95 | 32.84 | - |
| YUV | 197.51 | 94.98 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 202 | 139 | 0 | 0.04 | 0.34 | 0.17 | 52.5 | 0.45 | 0.69 |
| Hex | D3 | CA | 8B | 0 | 4 | 22 | 11 | 34 | 2D | 45 |
| Octal | 323 | 312 | 213 | 0 | 4 | 42 | 21 | 64 | 55 | 105 |
| Binary | 11010011 | 11001010 | 10001011 | 0 | 100 | 100010 | 10001 | 110100 | 101101 | 1000101 |
Color Harmonies of #D3CA8B
Complementary color
Monochromatic Colors of #D3CA8B
Black with #D3CA8B
Text Example
Text Example
White with #D3CA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CA8B; }
p { color: rgb(211,202,139); }
H1.HeaderClassName
{
color: #D3CA8B;
}
.AnyTagClassName
{
color: #D3CA8B;
}
</style>
background-color css
<style>
a { background-color: #D3CA8B; }
a { background-color: rgb(211,202,139); }
div.DivClassName
{
background-color: #D3CA8B;
}
.BgClassName
{
background-color: #D3CA8B;
}
</style>
border-color css
<style>
span { border-color: #D3CA8B; }
span { border-color: rgb(211,202,139); }
td.TdClassName
{
border-color: #D3CA8B;
}
.TagClassName
{
border-color: #D3CA8B;
}
</style>