Shades of Chenin #D8C66A
Tints of Chenin #D8C66A
RGB
CMYK
RGB Variations
Color information
#D8C66A (or 0xD8C66A) is known color: Chenin. HEX triplet: D8, C6 and 6A. RGB value is (216,198,106). Sum of RGB (Red+Green+Blue) = 216+198+106=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C66A is #273995. Grayscale: #C1C1C1. Windows color (decimal): -2570646 or 6997720. OLE color: 6997720.
HSL color Cylindrical-coordinate representation of color #D8C66A: hue angle of 50.18º 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 #D8C66A is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 198 | 106 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.15 |
| HSL | 50.18º | 0.59% | 0.63% | - |
| HSV(B) | 50.18º | 0.51% | 0.85% | - |
| XYZ | 51.11 | 56.03 | 21.76 | - |
| YUV | 192.89 | 78.96 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 106 | 0 | 0.08 | 0.51 | 0.15 | 50.18 | 0.59 | 0.63 |
| Hex | D8 | C6 | 6A | 0 | 8 | 33 | F | 32 | 3B | 3F |
| Octal | 330 | 306 | 152 | 0 | 10 | 63 | 17 | 62 | 73 | 77 |
| Binary | 11011000 | 11000110 | 1101010 | 0 | 1000 | 110011 | 1111 | 110010 | 111011 | 111111 |
Color Harmonies of #D8C66A
Complementary color
Monochromatic Colors of #D8C66A
Black with #D8C66A
Text Example
Text Example
White with #D8C66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C66A; }
p { color: rgb(216,198,106); }
H1.HeaderClassName
{
color: #D8C66A;
}
.AnyTagClassName
{
color: #D8C66A;
}
</style>
background-color css
<style>
a { background-color: #D8C66A; }
a { background-color: rgb(216,198,106); }
div.DivClassName
{
background-color: #D8C66A;
}
.BgClassName
{
background-color: #D8C66A;
}
</style>
border-color css
<style>
span { border-color: #D8C66A; }
span { border-color: rgb(216,198,106); }
td.TdClassName
{
border-color: #D8C66A;
}
.TagClassName
{
border-color: #D8C66A;
}
</style>