Shades of Winter Hazel #D5CA8A
Tints of Winter Hazel #D5CA8A
RGB
CMYK
RGB Variations
Color information
#D5CA8A (or 0xD5CA8A) is known color: Winter Hazel. HEX triplet: D5, CA and 8A. RGB value is (213,202,138). Sum of RGB (Red+Green+Blue) = 213+202+138=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CA8A is #2A3575. Grayscale: #C6C6C6. Windows color (decimal): -2766198 or 9095893. OLE color: 9095893.
HSL color Cylindrical-coordinate representation of color #D5CA8A: hue angle of 51.2º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5CA8A is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 138 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.16 |
| HSL | 51.2º | 0.47% | 0.69% | - |
| HSV(B) | 51.2º | 0.35% | 0.84% | - |
| XYZ | 53.15 | 58.22 | 32.48 | - |
| YUV | 197.99 | 94.14 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 138 | 0 | 0.05 | 0.35 | 0.16 | 51.2 | 0.47 | 0.69 |
| Hex | D5 | CA | 8A | 0 | 5 | 23 | 10 | 33 | 2F | 45 |
| Octal | 325 | 312 | 212 | 0 | 5 | 43 | 20 | 63 | 57 | 105 |
| Binary | 11010101 | 11001010 | 10001010 | 0 | 101 | 100011 | 10000 | 110011 | 101111 | 1000101 |
Color Harmonies of #D5CA8A
Complementary color
Monochromatic Colors of #D5CA8A
Black with #D5CA8A
Text Example
Text Example
White with #D5CA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA8A; }
p { color: rgb(213,202,138); }
H1.HeaderClassName
{
color: #D5CA8A;
}
.AnyTagClassName
{
color: #D5CA8A;
}
</style>
background-color css
<style>
a { background-color: #D5CA8A; }
a { background-color: rgb(213,202,138); }
div.DivClassName
{
background-color: #D5CA8A;
}
.BgClassName
{
background-color: #D5CA8A;
}
</style>
border-color css
<style>
span { border-color: #D5CA8A; }
span { border-color: rgb(213,202,138); }
td.TdClassName
{
border-color: #D5CA8A;
}
.TagClassName
{
border-color: #D5CA8A;
}
</style>