Shades of Winter Hazel #D4C68B
Tints of Winter Hazel #D4C68B
RGB
CMYK
RGB Variations
Color information
#D4C68B (or 0xD4C68B) is known color: Winter Hazel. HEX triplet: D4, C6 and 8B. RGB value is (212,198,139). Sum of RGB (Red+Green+Blue) = 212+198+139=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C68B is #2B3974. Grayscale: #C3C3C3. Windows color (decimal): -2832757 or 9160404. OLE color: 9160404.
HSL color Cylindrical-coordinate representation of color #D4C68B: hue angle of 48.49º 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 #D4C68B is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 198 | 139 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.17 |
| HSL | 48.49º | 0.46% | 0.69% | - |
| HSV(B) | 48.49º | 0.34% | 0.83% | - |
| XYZ | 52.01 | 56.25 | 32.54 | - |
| YUV | 195.46 | 96.14 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 198 | 139 | 0 | 0.07 | 0.34 | 0.17 | 48.49 | 0.46 | 0.69 |
| Hex | D4 | C6 | 8B | 0 | 7 | 22 | 11 | 30 | 2E | 45 |
| Octal | 324 | 306 | 213 | 0 | 7 | 42 | 21 | 60 | 56 | 105 |
| Binary | 11010100 | 11000110 | 10001011 | 0 | 111 | 100010 | 10001 | 110000 | 101110 | 1000101 |
Color Harmonies of #D4C68B
Complementary color
Monochromatic Colors of #D4C68B
Black with #D4C68B
Text Example
Text Example
White with #D4C68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C68B; }
p { color: rgb(212,198,139); }
H1.HeaderClassName
{
color: #D4C68B;
}
.AnyTagClassName
{
color: #D4C68B;
}
</style>
background-color css
<style>
a { background-color: #D4C68B; }
a { background-color: rgb(212,198,139); }
div.DivClassName
{
background-color: #D4C68B;
}
.BgClassName
{
background-color: #D4C68B;
}
</style>
border-color css
<style>
span { border-color: #D4C68B; }
span { border-color: rgb(212,198,139); }
td.TdClassName
{
border-color: #D4C68B;
}
.TagClassName
{
border-color: #D4C68B;
}
</style>