Shades of Chenin #D8CC64
Tints of Chenin #D8CC64
RGB
CMYK
RGB Variations
Color information
#D8CC64 (or 0xD8CC64) is known color: Chenin. HEX triplet: D8, CC and 64. RGB value is (216,204,100). Sum of RGB (Red+Green+Blue) = 216+204+100=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CC64 is #27339B. Grayscale: #C4C4C4. Windows color (decimal): -2569116 or 6606040. OLE color: 6606040.
HSL color Cylindrical-coordinate representation of color #D8CC64: hue angle of 53.79º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8CC64 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 100 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.15 |
| HSL | 53.79º | 0.6% | 0.62% | - |
| HSV(B) | 53.79º | 0.54% | 0.85% | - |
| XYZ | 52.21 | 58.7 | 20.64 | - |
| YUV | 195.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 100 | 0 | 0.06 | 0.54 | 0.15 | 53.79 | 0.6 | 0.62 |
| Hex | D8 | CC | 64 | 0 | 6 | 36 | F | 36 | 3C | 3E |
| Octal | 330 | 314 | 144 | 0 | 6 | 66 | 17 | 66 | 74 | 76 |
| Binary | 11011000 | 11001100 | 1100100 | 0 | 110 | 110110 | 1111 | 110110 | 111100 | 111110 |
Color Harmonies of #D8CC64
Complementary color
Monochromatic Colors of #D8CC64
Black with #D8CC64
Text Example
Text Example
White with #D8CC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CC64; }
p { color: rgb(216,204,100); }
H1.HeaderClassName
{
color: #D8CC64;
}
.AnyTagClassName
{
color: #D8CC64;
}
</style>
background-color css
<style>
a { background-color: #D8CC64; }
a { background-color: rgb(216,204,100); }
div.DivClassName
{
background-color: #D8CC64;
}
.BgClassName
{
background-color: #D8CC64;
}
</style>
border-color css
<style>
span { border-color: #D8CC64; }
span { border-color: rgb(216,204,100); }
td.TdClassName
{
border-color: #D8CC64;
}
.TagClassName
{
border-color: #D8CC64;
}
</style>