Shades of Winter Hazel #D5C689
Tints of Winter Hazel #D5C689
RGB
CMYK
RGB Variations
Color information
#D5C689 (or 0xD5C689) is known color: Winter Hazel. HEX triplet: D5, C6 and 89. RGB value is (213,198,137). Sum of RGB (Red+Green+Blue) = 213+198+137=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 137 (53.91% from 255 or 25% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C689 is #2A3976. Grayscale: #C3C3C3. Windows color (decimal): -2767223 or 9029333. OLE color: 9029333.
HSL color Cylindrical-coordinate representation of color #D5C689: hue angle of 48.16º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5C689 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 137 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.16 |
| HSL | 48.16º | 0.48% | 0.69% | - |
| HSV(B) | 48.16º | 0.36% | 0.84% | - |
| XYZ | 52.15 | 56.34 | 31.79 | - |
| YUV | 195.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 137 | 0 | 0.07 | 0.36 | 0.16 | 48.16 | 0.48 | 0.69 |
| Hex | D5 | C6 | 89 | 0 | 7 | 24 | 10 | 30 | 30 | 45 |
| Octal | 325 | 306 | 211 | 0 | 7 | 44 | 20 | 60 | 60 | 105 |
| Binary | 11010101 | 11000110 | 10001001 | 0 | 111 | 100100 | 10000 | 110000 | 110000 | 1000101 |
Color Harmonies of #D5C689
Complementary color
Monochromatic Colors of #D5C689
Black with #D5C689
Text Example
Text Example
White with #D5C689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C689; }
p { color: rgb(213,198,137); }
H1.HeaderClassName
{
color: #D5C689;
}
.AnyTagClassName
{
color: #D5C689;
}
</style>
background-color css
<style>
a { background-color: #D5C689; }
a { background-color: rgb(213,198,137); }
div.DivClassName
{
background-color: #D5C689;
}
.BgClassName
{
background-color: #D5C689;
}
</style>
border-color css
<style>
span { border-color: #D5C689; }
span { border-color: rgb(213,198,137); }
td.TdClassName
{
border-color: #D5C689;
}
.TagClassName
{
border-color: #D5C689;
}
</style>