Shades of Winter Hazel #D5C27D
Tints of Winter Hazel #D5C27D
RGB
CMYK
RGB Variations
Color information
#D5C27D (or 0xD5C27D) is known color: Winter Hazel. HEX triplet: D5, C2 and 7D. RGB value is (213,194,125). Sum of RGB (Red+Green+Blue) = 213+194+125=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C27D is #2A3D82. Grayscale: #C0C0C0. Windows color (decimal): -2768259 or 8241877. OLE color: 8241877.
HSL color Cylindrical-coordinate representation of color #D5C27D: hue angle of 47.05º 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 #D5C27D is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 194 | 125 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.16 |
| HSL | 47.05º | 0.51% | 0.66% | - |
| HSV(B) | 47.05º | 0.41% | 0.84% | - |
| XYZ | 50.43 | 54.21 | 27.21 | - |
| YUV | 191.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 125 | 0 | 0.09 | 0.41 | 0.16 | 47.05 | 0.51 | 0.66 |
| Hex | D5 | C2 | 7D | 0 | 9 | 29 | 10 | 2F | 33 | 42 |
| Octal | 325 | 302 | 175 | 0 | 11 | 51 | 20 | 57 | 63 | 102 |
| Binary | 11010101 | 11000010 | 1111101 | 0 | 1001 | 101001 | 10000 | 101111 | 110011 | 1000010 |
Color Harmonies of #D5C27D
Complementary color
Monochromatic Colors of #D5C27D
Black with #D5C27D
Text Example
Text Example
White with #D5C27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C27D; }
p { color: rgb(213,194,125); }
H1.HeaderClassName
{
color: #D5C27D;
}
.AnyTagClassName
{
color: #D5C27D;
}
</style>
background-color css
<style>
a { background-color: #D5C27D; }
a { background-color: rgb(213,194,125); }
div.DivClassName
{
background-color: #D5C27D;
}
.BgClassName
{
background-color: #D5C27D;
}
</style>
border-color css
<style>
span { border-color: #D5C27D; }
span { border-color: rgb(213,194,125); }
td.TdClassName
{
border-color: #D5C27D;
}
.TagClassName
{
border-color: #D5C27D;
}
</style>