Shades of Chenin #D8C26A
Tints of Chenin #D8C26A
RGB
CMYK
RGB Variations
Color information
#D8C26A (or 0xD8C26A) is known color: Chenin. HEX triplet: D8, C2 and 6A. RGB value is (216,194,106). Sum of RGB (Red+Green+Blue) = 216+194+106=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C26A is #273D95. Grayscale: #BEBEBE. Windows color (decimal): -2571670 or 6996696. OLE color: 6996696.
HSL color Cylindrical-coordinate representation of color #D8C26A: hue angle of 48º 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 #D8C26A is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 194 | 106 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.15 |
| HSL | 48º | 0.59% | 0.63% | - |
| HSV(B) | 48º | 0.51% | 0.85% | - |
| XYZ | 50.21 | 54.22 | 21.46 | - |
| YUV | 190.55 | 80.29 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 194 | 106 | 0 | 0.10 | 0.51 | 0.15 | 48 | 0.59 | 0.63 |
| Hex | D8 | C2 | 6A | 0 | A | 33 | F | 30 | 3B | 3F |
| Octal | 330 | 302 | 152 | 0 | 12 | 63 | 17 | 60 | 73 | 77 |
| Binary | 11011000 | 11000010 | 1101010 | 0 | 1010 | 110011 | 1111 | 110000 | 111011 | 111111 |
Color Harmonies of #D8C26A
Complementary color
Monochromatic Colors of #D8C26A
Black with #D8C26A
Text Example
Text Example
White with #D8C26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C26A; }
p { color: rgb(216,194,106); }
H1.HeaderClassName
{
color: #D8C26A;
}
.AnyTagClassName
{
color: #D8C26A;
}
</style>
background-color css
<style>
a { background-color: #D8C26A; }
a { background-color: rgb(216,194,106); }
div.DivClassName
{
background-color: #D8C26A;
}
.BgClassName
{
background-color: #D8C26A;
}
</style>
border-color css
<style>
span { border-color: #D8C26A; }
span { border-color: rgb(216,194,106); }
td.TdClassName
{
border-color: #D8C26A;
}
.TagClassName
{
border-color: #D8C26A;
}
</style>