Shades of Winter Hazel #D5C67E
Tints of Winter Hazel #D5C67E
RGB
CMYK
RGB Variations
Color information
#D5C67E (or 0xD5C67E) is known color: Winter Hazel. HEX triplet: D5, C6 and 7E. RGB value is (213,198,126). Sum of RGB (Red+Green+Blue) = 213+198+126=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 126 (49.61% from 255 or 23.46% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C67E is #2A3981. Grayscale: #C2C2C2. Windows color (decimal): -2767234 or 8308437. OLE color: 8308437.
HSL color Cylindrical-coordinate representation of color #D5C67E: hue angle of 49.66º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5C67E is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 126 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.16 |
| HSL | 49.66º | 0.51% | 0.66% | - |
| HSV(B) | 49.66º | 0.41% | 0.84% | - |
| XYZ | 51.4 | 56.04 | 27.85 | - |
| YUV | 194.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 126 | 0 | 0.07 | 0.41 | 0.16 | 49.66 | 0.51 | 0.66 |
| Hex | D5 | C6 | 7E | 0 | 7 | 29 | 10 | 32 | 33 | 42 |
| Octal | 325 | 306 | 176 | 0 | 7 | 51 | 20 | 62 | 63 | 102 |
| Binary | 11010101 | 11000110 | 1111110 | 0 | 111 | 101001 | 10000 | 110010 | 110011 | 1000010 |
Color Harmonies of #D5C67E
Complementary color
Monochromatic Colors of #D5C67E
Black with #D5C67E
Text Example
Text Example
White with #D5C67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C67E; }
p { color: rgb(213,198,126); }
H1.HeaderClassName
{
color: #D5C67E;
}
.AnyTagClassName
{
color: #D5C67E;
}
</style>
background-color css
<style>
a { background-color: #D5C67E; }
a { background-color: rgb(213,198,126); }
div.DivClassName
{
background-color: #D5C67E;
}
.BgClassName
{
background-color: #D5C67E;
}
</style>
border-color css
<style>
span { border-color: #D5C67E; }
span { border-color: rgb(213,198,126); }
td.TdClassName
{
border-color: #D5C67E;
}
.TagClassName
{
border-color: #D5C67E;
}
</style>