Shades of Winter Hazel #D4CB8B
Tints of Winter Hazel #D4CB8B
RGB
CMYK
RGB Variations
Color information
#D4CB8B (or 0xD4CB8B) is known color: Winter Hazel. HEX triplet: D4, CB and 8B. RGB value is (212,203,139). Sum of RGB (Red+Green+Blue) = 212+203+139=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CB8B is #2B3474. Grayscale: #C6C6C6. Windows color (decimal): -2831477 or 9161684. OLE color: 9161684.
HSL color Cylindrical-coordinate representation of color #D4CB8B: hue angle of 52.6º degrees, saturation: 0.46, 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 #D4CB8B is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 139 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.17 |
| HSL | 52.6º | 0.46% | 0.69% | - |
| HSV(B) | 52.6º | 0.34% | 0.83% | - |
| XYZ | 53.17 | 58.57 | 32.93 | - |
| YUV | 198.4 | 94.48 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 139 | 0 | 0.04 | 0.34 | 0.17 | 52.6 | 0.46 | 0.69 |
| Hex | D4 | CB | 8B | 0 | 4 | 22 | 11 | 35 | 2E | 45 |
| Octal | 324 | 313 | 213 | 0 | 4 | 42 | 21 | 65 | 56 | 105 |
| Binary | 11010100 | 11001011 | 10001011 | 0 | 100 | 100010 | 10001 | 110101 | 101110 | 1000101 |
Color Harmonies of #D4CB8B
Complementary color
Monochromatic Colors of #D4CB8B
Black with #D4CB8B
Text Example
Text Example
White with #D4CB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CB8B; }
p { color: rgb(212,203,139); }
H1.HeaderClassName
{
color: #D4CB8B;
}
.AnyTagClassName
{
color: #D4CB8B;
}
</style>
background-color css
<style>
a { background-color: #D4CB8B; }
a { background-color: rgb(212,203,139); }
div.DivClassName
{
background-color: #D4CB8B;
}
.BgClassName
{
background-color: #D4CB8B;
}
</style>
border-color css
<style>
span { border-color: #D4CB8B; }
span { border-color: rgb(212,203,139); }
td.TdClassName
{
border-color: #D4CB8B;
}
.TagClassName
{
border-color: #D4CB8B;
}
</style>