Shades of Winter Hazel #D3CC8A
Tints of Winter Hazel #D3CC8A
RGB
CMYK
RGB Variations
Color information
#D3CC8A (or 0xD3CC8A) is known color: Winter Hazel. HEX triplet: D3, CC and 8A. RGB value is (211,204,138). Sum of RGB (Red+Green+Blue) = 211+204+138=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CC8A is #2C3375. Grayscale: #C6C6C6. Windows color (decimal): -2896758 or 9096403. OLE color: 9096403.
HSL color Cylindrical-coordinate representation of color #D3CC8A: hue angle of 54.25º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D3CC8A is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 204 | 138 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.17 |
| HSL | 54.25º | 0.45% | 0.68% | - |
| HSV(B) | 54.25º | 0.35% | 0.83% | - |
| XYZ | 53.04 | 58.87 | 32.61 | - |
| YUV | 198.57 | 93.82 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 138 | 0 | 0.03 | 0.35 | 0.17 | 54.25 | 0.45 | 0.68 |
| Hex | D3 | CC | 8A | 0 | 3 | 23 | 11 | 36 | 2D | 44 |
| Octal | 323 | 314 | 212 | 0 | 3 | 43 | 21 | 66 | 55 | 104 |
| Binary | 11010011 | 11001100 | 10001010 | 0 | 11 | 100011 | 10001 | 110110 | 101101 | 1000100 |
Color Harmonies of #D3CC8A
Complementary color
Monochromatic Colors of #D3CC8A
Black with #D3CC8A
Text Example
Text Example
White with #D3CC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CC8A; }
p { color: rgb(211,204,138); }
H1.HeaderClassName
{
color: #D3CC8A;
}
.AnyTagClassName
{
color: #D3CC8A;
}
</style>
background-color css
<style>
a { background-color: #D3CC8A; }
a { background-color: rgb(211,204,138); }
div.DivClassName
{
background-color: #D3CC8A;
}
.BgClassName
{
background-color: #D3CC8A;
}
</style>
border-color css
<style>
span { border-color: #D3CC8A; }
span { border-color: rgb(211,204,138); }
td.TdClassName
{
border-color: #D3CC8A;
}
.TagClassName
{
border-color: #D3CC8A;
}
</style>