Shades of Chenin #D8C868
Tints of Chenin #D8C868
RGB
CMYK
RGB Variations
Color information
#D8C868 (or 0xD8C868) is known color: Chenin. HEX triplet: D8, C8 and 68. RGB value is (216,200,104). Sum of RGB (Red+Green+Blue) = 216+200+104=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C868 is #273797. Grayscale: #C2C2C2. Windows color (decimal): -2570136 or 6867160. OLE color: 6867160.
HSL color Cylindrical-coordinate representation of color #D8C868: hue angle of 51.43º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8C868 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 200 | 104 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.15 |
| HSL | 51.43º | 0.59% | 0.63% | - |
| HSV(B) | 51.43º | 0.52% | 0.85% | - |
| XYZ | 51.47 | 56.91 | 21.37 | - |
| YUV | 193.84 | 77.3 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 200 | 104 | 0 | 0.07 | 0.52 | 0.15 | 51.43 | 0.59 | 0.63 |
| Hex | D8 | C8 | 68 | 0 | 7 | 34 | F | 33 | 3B | 3F |
| Octal | 330 | 310 | 150 | 0 | 7 | 64 | 17 | 63 | 73 | 77 |
| Binary | 11011000 | 11001000 | 1101000 | 0 | 111 | 110100 | 1111 | 110011 | 111011 | 111111 |
Color Harmonies of #D8C868
Complementary color
Monochromatic Colors of #D8C868
Black with #D8C868
Text Example
Text Example
White with #D8C868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C868; }
p { color: rgb(216,200,104); }
H1.HeaderClassName
{
color: #D8C868;
}
.AnyTagClassName
{
color: #D8C868;
}
</style>
background-color css
<style>
a { background-color: #D8C868; }
a { background-color: rgb(216,200,104); }
div.DivClassName
{
background-color: #D8C868;
}
.BgClassName
{
background-color: #D8C868;
}
</style>
border-color css
<style>
span { border-color: #D8C868; }
span { border-color: rgb(216,200,104); }
td.TdClassName
{
border-color: #D8C868;
}
.TagClassName
{
border-color: #D8C868;
}
</style>