Shades of Chenin #D8C26B
Tints of Chenin #D8C26B
RGB
CMYK
RGB Variations
Color information
#D8C26B (or 0xD8C26B) is known color: Chenin. HEX triplet: D8, C2 and 6B. RGB value is (216,194,107). Sum of RGB (Red+Green+Blue) = 216+194+107=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C26B is #273D94. Grayscale: #BFBFBF. Windows color (decimal): -2571669 or 7062232. OLE color: 7062232.
HSL color Cylindrical-coordinate representation of color #D8C26B: hue angle of 47.89º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8C26B is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 194 | 107 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.15 |
| HSL | 47.89º | 0.58% | 0.63% | - |
| HSV(B) | 47.89º | 0.5% | 0.85% | - |
| XYZ | 50.26 | 54.24 | 21.73 | - |
| YUV | 190.66 | 80.79 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 194 | 107 | 0 | 0.10 | 0.50 | 0.15 | 47.89 | 0.58 | 0.63 |
| Hex | D8 | C2 | 6B | 0 | A | 32 | F | 30 | 3A | 3F |
| Octal | 330 | 302 | 153 | 0 | 12 | 62 | 17 | 60 | 72 | 77 |
| Binary | 11011000 | 11000010 | 1101011 | 0 | 1010 | 110010 | 1111 | 110000 | 111010 | 111111 |
Color Harmonies of #D8C26B
Complementary color
Monochromatic Colors of #D8C26B
Black with #D8C26B
Text Example
Text Example
White with #D8C26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C26B; }
p { color: rgb(216,194,107); }
H1.HeaderClassName
{
color: #D8C26B;
}
.AnyTagClassName
{
color: #D8C26B;
}
</style>
background-color css
<style>
a { background-color: #D8C26B; }
a { background-color: rgb(216,194,107); }
div.DivClassName
{
background-color: #D8C26B;
}
.BgClassName
{
background-color: #D8C26B;
}
</style>
border-color css
<style>
span { border-color: #D8C26B; }
span { border-color: rgb(216,194,107); }
td.TdClassName
{
border-color: #D8C26B;
}
.TagClassName
{
border-color: #D8C26B;
}
</style>