Shades of Chenin #D9C46A
Tints of Chenin #D9C46A
RGB
CMYK
RGB Variations
Color information
#D9C46A (or 0xD9C46A) is known color: Chenin. HEX triplet: D9, C4 and 6A. RGB value is (217,196,106). Sum of RGB (Red+Green+Blue) = 217+196+106=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 106 (41.80% from 255 or 20.42% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C46A is #263B95. Grayscale: #C0C0C0. Windows color (decimal): -2505622 or 6997209. OLE color: 6997209.
HSL color Cylindrical-coordinate representation of color #D9C46A: hue angle of 48.65º 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 #D9C46A is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 196 | 106 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.15 |
| HSL | 48.65º | 0.59% | 0.63% | - |
| HSV(B) | 48.65º | 0.51% | 0.85% | - |
| XYZ | 50.96 | 55.27 | 21.62 | - |
| YUV | 192.02 | 79.46 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 196 | 106 | 0 | 0.10 | 0.51 | 0.15 | 48.65 | 0.59 | 0.63 |
| Hex | D9 | C4 | 6A | 0 | A | 33 | F | 31 | 3B | 3F |
| Octal | 331 | 304 | 152 | 0 | 12 | 63 | 17 | 61 | 73 | 77 |
| Binary | 11011001 | 11000100 | 1101010 | 0 | 1010 | 110011 | 1111 | 110001 | 111011 | 111111 |
Color Harmonies of #D9C46A
Complementary color
Monochromatic Colors of #D9C46A
Black with #D9C46A
Text Example
Text Example
White with #D9C46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C46A; }
p { color: rgb(217,196,106); }
H1.HeaderClassName
{
color: #D9C46A;
}
.AnyTagClassName
{
color: #D9C46A;
}
</style>
background-color css
<style>
a { background-color: #D9C46A; }
a { background-color: rgb(217,196,106); }
div.DivClassName
{
background-color: #D9C46A;
}
.BgClassName
{
background-color: #D9C46A;
}
</style>
border-color css
<style>
span { border-color: #D9C46A; }
span { border-color: rgb(217,196,106); }
td.TdClassName
{
border-color: #D9C46A;
}
.TagClassName
{
border-color: #D9C46A;
}
</style>