Shades of Chenin #D9C46B
Tints of Chenin #D9C46B
RGB
CMYK
RGB Variations
Color information
#D9C46B (or 0xD9C46B) is known color: Chenin. HEX triplet: D9, C4 and 6B. RGB value is (217,196,107). Sum of RGB (Red+Green+Blue) = 217+196+107=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 107 (42.19% from 255 or 20.58% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C46B is #263B94. Grayscale: #C0C0C0. Windows color (decimal): -2505621 or 7062745. OLE color: 7062745.
HSL color Cylindrical-coordinate representation of color #D9C46B: hue angle of 48.55º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9C46B is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 196 | 107 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.15 |
| HSL | 48.55º | 0.59% | 0.64% | - |
| HSV(B) | 48.55º | 0.51% | 0.85% | - |
| XYZ | 51.01 | 55.29 | 21.89 | - |
| YUV | 192.13 | 79.96 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 196 | 107 | 0 | 0.10 | 0.51 | 0.15 | 48.55 | 0.59 | 0.64 |
| Hex | D9 | C4 | 6B | 0 | A | 33 | F | 31 | 3B | 40 |
| Octal | 331 | 304 | 153 | 0 | 12 | 63 | 17 | 61 | 73 | 100 |
| Binary | 11011001 | 11000100 | 1101011 | 0 | 1010 | 110011 | 1111 | 110001 | 111011 | 1000000 |
Color Harmonies of #D9C46B
Complementary color
Monochromatic Colors of #D9C46B
Black with #D9C46B
Text Example
Text Example
White with #D9C46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C46B; }
p { color: rgb(217,196,107); }
H1.HeaderClassName
{
color: #D9C46B;
}
.AnyTagClassName
{
color: #D9C46B;
}
</style>
background-color css
<style>
a { background-color: #D9C46B; }
a { background-color: rgb(217,196,107); }
div.DivClassName
{
background-color: #D9C46B;
}
.BgClassName
{
background-color: #D9C46B;
}
</style>
border-color css
<style>
span { border-color: #D9C46B; }
span { border-color: rgb(217,196,107); }
td.TdClassName
{
border-color: #D9C46B;
}
.TagClassName
{
border-color: #D9C46B;
}
</style>