Shades of Chenin #D9CB6C
Tints of Chenin #D9CB6C
RGB
CMYK
RGB Variations
Color information
#D9CB6C (or 0xD9CB6C) is known color: Chenin. HEX triplet: D9, CB and 6C. RGB value is (217,203,108). Sum of RGB (Red+Green+Blue) = 217+203+108=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CB6C is #263493. Grayscale: #C4C4C4. Windows color (decimal): -2503828 or 7130073. OLE color: 7130073.
HSL color Cylindrical-coordinate representation of color #D9CB6C: hue angle of 52.29º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9CB6C is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 108 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.15 |
| HSL | 52.29º | 0.59% | 0.64% | - |
| HSV(B) | 52.29º | 0.5% | 0.85% | - |
| XYZ | 52.68 | 58.55 | 22.71 | - |
| YUV | 196.36 | 78.14 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 108 | 0 | 0.06 | 0.50 | 0.15 | 52.29 | 0.59 | 0.64 |
| Hex | D9 | CB | 6C | 0 | 6 | 32 | F | 34 | 3B | 40 |
| Octal | 331 | 313 | 154 | 0 | 6 | 62 | 17 | 64 | 73 | 100 |
| Binary | 11011001 | 11001011 | 1101100 | 0 | 110 | 110010 | 1111 | 110100 | 111011 | 1000000 |
Color Harmonies of #D9CB6C
Complementary color
Monochromatic Colors of #D9CB6C
Black with #D9CB6C
Text Example
Text Example
White with #D9CB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB6C; }
p { color: rgb(217,203,108); }
H1.HeaderClassName
{
color: #D9CB6C;
}
.AnyTagClassName
{
color: #D9CB6C;
}
</style>
background-color css
<style>
a { background-color: #D9CB6C; }
a { background-color: rgb(217,203,108); }
div.DivClassName
{
background-color: #D9CB6C;
}
.BgClassName
{
background-color: #D9CB6C;
}
</style>
border-color css
<style>
span { border-color: #D9CB6C; }
span { border-color: rgb(217,203,108); }
td.TdClassName
{
border-color: #D9CB6C;
}
.TagClassName
{
border-color: #D9CB6C;
}
</style>