Shades of Winter Hazel #D3CC7E
Tints of Winter Hazel #D3CC7E
RGB
CMYK
RGB Variations
Color information
#D3CC7E (or 0xD3CC7E) is known color: Winter Hazel. HEX triplet: D3, CC and 7E. RGB value is (211,204,126). Sum of RGB (Red+Green+Blue) = 211+204+126=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 126 (49.61% from 255 or 23.29% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CC7E is #2C3381. Grayscale: #C5C5C5. Windows color (decimal): -2896770 or 8309971. OLE color: 8309971.
HSL color Cylindrical-coordinate representation of color #D3CC7E: hue angle of 55.06º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D3CC7E is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 204 | 126 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.17 |
| HSL | 55.06º | 0.49% | 0.66% | - |
| HSV(B) | 55.06º | 0.4% | 0.83% | - |
| XYZ | 52.22 | 58.54 | 28.29 | - |
| YUV | 197.2 | 87.82 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 126 | 0 | 0.03 | 0.40 | 0.17 | 55.06 | 0.49 | 0.66 |
| Hex | D3 | CC | 7E | 0 | 3 | 28 | 11 | 37 | 31 | 42 |
| Octal | 323 | 314 | 176 | 0 | 3 | 50 | 21 | 67 | 61 | 102 |
| Binary | 11010011 | 11001100 | 1111110 | 0 | 11 | 101000 | 10001 | 110111 | 110001 | 1000010 |
Color Harmonies of #D3CC7E
Complementary color
Monochromatic Colors of #D3CC7E
Black with #D3CC7E
Text Example
Text Example
White with #D3CC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CC7E; }
p { color: rgb(211,204,126); }
H1.HeaderClassName
{
color: #D3CC7E;
}
.AnyTagClassName
{
color: #D3CC7E;
}
</style>
background-color css
<style>
a { background-color: #D3CC7E; }
a { background-color: rgb(211,204,126); }
div.DivClassName
{
background-color: #D3CC7E;
}
.BgClassName
{
background-color: #D3CC7E;
}
</style>
border-color css
<style>
span { border-color: #D3CC7E; }
span { border-color: rgb(211,204,126); }
td.TdClassName
{
border-color: #D3CC7E;
}
.TagClassName
{
border-color: #D3CC7E;
}
</style>