Shades of Winter Hazel #D5C68A
Tints of Winter Hazel #D5C68A
RGB
CMYK
RGB Variations
Color information
#D5C68A (or 0xD5C68A) is known color: Winter Hazel. HEX triplet: D5, C6 and 8A. RGB value is (213,198,138). Sum of RGB (Red+Green+Blue) = 213+198+138=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C68A is #2A3975. Grayscale: #C3C3C3. Windows color (decimal): -2767222 or 9094869. OLE color: 9094869.
HSL color Cylindrical-coordinate representation of color #D5C68A: hue angle of 48º 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 #D5C68A is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 138 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.16 |
| HSL | 48º | 0.47% | 0.69% | - |
| HSV(B) | 48º | 0.35% | 0.84% | - |
| XYZ | 52.22 | 56.37 | 32.17 | - |
| YUV | 195.65 | 95.47 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 138 | 0 | 0.07 | 0.35 | 0.16 | 48 | 0.47 | 0.69 |
| Hex | D5 | C6 | 8A | 0 | 7 | 23 | 10 | 30 | 2F | 45 |
| Octal | 325 | 306 | 212 | 0 | 7 | 43 | 20 | 60 | 57 | 105 |
| Binary | 11010101 | 11000110 | 10001010 | 0 | 111 | 100011 | 10000 | 110000 | 101111 | 1000101 |
Color Harmonies of #D5C68A
Complementary color
Monochromatic Colors of #D5C68A
Black with #D5C68A
Text Example
Text Example
White with #D5C68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C68A; }
p { color: rgb(213,198,138); }
H1.HeaderClassName
{
color: #D5C68A;
}
.AnyTagClassName
{
color: #D5C68A;
}
</style>
background-color css
<style>
a { background-color: #D5C68A; }
a { background-color: rgb(213,198,138); }
div.DivClassName
{
background-color: #D5C68A;
}
.BgClassName
{
background-color: #D5C68A;
}
</style>
border-color css
<style>
span { border-color: #D5C68A; }
span { border-color: rgb(213,198,138); }
td.TdClassName
{
border-color: #D5C68A;
}
.TagClassName
{
border-color: #D5C68A;
}
</style>