Shades of Chenin #D8C973
Tints of Chenin #D8C973
RGB
CMYK
RGB Variations
Color information
#D8C973 (or 0xD8C973) is known color: Chenin. HEX triplet: D8, C9 and 73. RGB value is (216,201,115). Sum of RGB (Red+Green+Blue) = 216+201+115=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C973 is #27368C. Grayscale: #C4C4C4. Windows color (decimal): -2569869 or 7588312. OLE color: 7588312.
HSL color Cylindrical-coordinate representation of color #D8C973: hue angle of 51.09º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8C973 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 115 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.15 |
| HSL | 51.09º | 0.56% | 0.65% | - |
| HSV(B) | 51.09º | 0.47% | 0.85% | - |
| XYZ | 52.3 | 57.61 | 24.58 | - |
| YUV | 195.68 | 82.47 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 115 | 0 | 0.07 | 0.47 | 0.15 | 51.09 | 0.56 | 0.65 |
| Hex | D8 | C9 | 73 | 0 | 7 | 2F | F | 33 | 38 | 41 |
| Octal | 330 | 311 | 163 | 0 | 7 | 57 | 17 | 63 | 70 | 101 |
| Binary | 11011000 | 11001001 | 1110011 | 0 | 111 | 101111 | 1111 | 110011 | 111000 | 1000001 |
Color Harmonies of #D8C973
Complementary color
Monochromatic Colors of #D8C973
Black with #D8C973
Text Example
Text Example
White with #D8C973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C973; }
p { color: rgb(216,201,115); }
H1.HeaderClassName
{
color: #D8C973;
}
.AnyTagClassName
{
color: #D8C973;
}
</style>
background-color css
<style>
a { background-color: #D8C973; }
a { background-color: rgb(216,201,115); }
div.DivClassName
{
background-color: #D8C973;
}
.BgClassName
{
background-color: #D8C973;
}
</style>
border-color css
<style>
span { border-color: #D8C973; }
span { border-color: rgb(216,201,115); }
td.TdClassName
{
border-color: #D8C973;
}
.TagClassName
{
border-color: #D8C973;
}
</style>