Shades of Chenin #D8C969
Tints of Chenin #D8C969
RGB
CMYK
RGB Variations
Color information
#D8C969 (or 0xD8C969) is known color: Chenin. HEX triplet: D8, C9 and 69. RGB value is (216,201,105). Sum of RGB (Red+Green+Blue) = 216+201+105=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 105 (41.41% from 255 or 20.11% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C969 is #273696. Grayscale: #C2C2C2. Windows color (decimal): -2569879 or 6932952. OLE color: 6932952.
HSL color Cylindrical-coordinate representation of color #D8C969: hue angle of 51.89º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8C969 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 105 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.15 |
| HSL | 51.89º | 0.59% | 0.63% | - |
| HSV(B) | 51.89º | 0.51% | 0.85% | - |
| XYZ | 51.76 | 57.39 | 21.71 | - |
| YUV | 194.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 105 | 0 | 0.07 | 0.51 | 0.15 | 51.89 | 0.59 | 0.63 |
| Hex | D8 | C9 | 69 | 0 | 7 | 33 | F | 34 | 3B | 3F |
| Octal | 330 | 311 | 151 | 0 | 7 | 63 | 17 | 64 | 73 | 77 |
| Binary | 11011000 | 11001001 | 1101001 | 0 | 111 | 110011 | 1111 | 110100 | 111011 | 111111 |
Color Harmonies of #D8C969
Complementary color
Monochromatic Colors of #D8C969
Black with #D8C969
Text Example
Text Example
White with #D8C969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C969; }
p { color: rgb(216,201,105); }
H1.HeaderClassName
{
color: #D8C969;
}
.AnyTagClassName
{
color: #D8C969;
}
</style>
background-color css
<style>
a { background-color: #D8C969; }
a { background-color: rgb(216,201,105); }
div.DivClassName
{
background-color: #D8C969;
}
.BgClassName
{
background-color: #D8C969;
}
</style>
border-color css
<style>
span { border-color: #D8C969; }
span { border-color: rgb(216,201,105); }
td.TdClassName
{
border-color: #D8C969;
}
.TagClassName
{
border-color: #D8C969;
}
</style>