Shades of Winter Hazel #D5C68E
Tints of Winter Hazel #D5C68E
RGB
CMYK
RGB Variations
Color information
#D5C68E (or 0xD5C68E) is known color: Winter Hazel. HEX triplet: D5, C6 and 8E. RGB value is (213,198,142). Sum of RGB (Red+Green+Blue) = 213+198+142=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C68E is #2A3971. Grayscale: #C4C4C4. Windows color (decimal): -2767218 or 9357013. OLE color: 9357013.
HSL color Cylindrical-coordinate representation of color #D5C68E: hue angle of 47.32º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5C68E is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 142 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.16 |
| HSL | 47.32º | 0.46% | 0.7% | - |
| HSV(B) | 47.32º | 0.33% | 0.84% | - |
| XYZ | 52.52 | 56.49 | 33.73 | - |
| YUV | 196.1 | 97.47 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 142 | 0 | 0.07 | 0.33 | 0.16 | 47.32 | 0.46 | 0.7 |
| Hex | D5 | C6 | 8E | 0 | 7 | 21 | 10 | 2F | 2E | 46 |
| Octal | 325 | 306 | 216 | 0 | 7 | 41 | 20 | 57 | 56 | 106 |
| Binary | 11010101 | 11000110 | 10001110 | 0 | 111 | 100001 | 10000 | 101111 | 101110 | 1000110 |
Color Harmonies of #D5C68E
Complementary color
Monochromatic Colors of #D5C68E
Black with #D5C68E
Text Example
Text Example
White with #D5C68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C68E; }
p { color: rgb(213,198,142); }
H1.HeaderClassName
{
color: #D5C68E;
}
.AnyTagClassName
{
color: #D5C68E;
}
</style>
background-color css
<style>
a { background-color: #D5C68E; }
a { background-color: rgb(213,198,142); }
div.DivClassName
{
background-color: #D5C68E;
}
.BgClassName
{
background-color: #D5C68E;
}
</style>
border-color css
<style>
span { border-color: #D5C68E; }
span { border-color: rgb(213,198,142); }
td.TdClassName
{
border-color: #D5C68E;
}
.TagClassName
{
border-color: #D5C68E;
}
</style>