Shades of Winter Hazel #D5C67D
Tints of Winter Hazel #D5C67D
RGB
CMYK
RGB Variations
Color information
#D5C67D (or 0xD5C67D) is known color: Winter Hazel. HEX triplet: D5, C6 and 7D. RGB value is (213,198,125). Sum of RGB (Red+Green+Blue) = 213+198+125=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C67D is #2A3982. Grayscale: #C2C2C2. Windows color (decimal): -2767235 or 8242901. OLE color: 8242901.
HSL color Cylindrical-coordinate representation of color #D5C67D: hue angle of 49.77º 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 #D5C67D is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 125 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.16 |
| HSL | 49.77º | 0.51% | 0.66% | - |
| HSV(B) | 49.77º | 0.41% | 0.84% | - |
| XYZ | 51.34 | 56.01 | 27.51 | - |
| YUV | 194.16 | 88.97 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 125 | 0 | 0.07 | 0.41 | 0.16 | 49.77 | 0.51 | 0.66 |
| Hex | D5 | C6 | 7D | 0 | 7 | 29 | 10 | 32 | 33 | 42 |
| Octal | 325 | 306 | 175 | 0 | 7 | 51 | 20 | 62 | 63 | 102 |
| Binary | 11010101 | 11000110 | 1111101 | 0 | 111 | 101001 | 10000 | 110010 | 110011 | 1000010 |
Color Harmonies of #D5C67D
Complementary color
Monochromatic Colors of #D5C67D
Black with #D5C67D
Text Example
Text Example
White with #D5C67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C67D; }
p { color: rgb(213,198,125); }
H1.HeaderClassName
{
color: #D5C67D;
}
.AnyTagClassName
{
color: #D5C67D;
}
</style>
background-color css
<style>
a { background-color: #D5C67D; }
a { background-color: rgb(213,198,125); }
div.DivClassName
{
background-color: #D5C67D;
}
.BgClassName
{
background-color: #D5C67D;
}
</style>
border-color css
<style>
span { border-color: #D5C67D; }
span { border-color: rgb(213,198,125); }
td.TdClassName
{
border-color: #D5C67D;
}
.TagClassName
{
border-color: #D5C67D;
}
</style>