Shades of Chenin #D9CB6E
Tints of Chenin #D9CB6E
RGB
CMYK
RGB Variations
Color information
#D9CB6E (or 0xD9CB6E) is known color: Chenin. HEX triplet: D9, CB and 6E. RGB value is (217,203,110). Sum of RGB (Red+Green+Blue) = 217+203+110=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 110 (43.36% from 255 or 20.75% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CB6E is #263491. Grayscale: #C4C4C4. Windows color (decimal): -2503826 or 7261145. OLE color: 7261145.
HSL color Cylindrical-coordinate representation of color #D9CB6E: hue angle of 52.15º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9CB6E is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 110 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.15 |
| HSL | 52.15º | 0.58% | 0.64% | - |
| HSV(B) | 52.15º | 0.49% | 0.85% | - |
| XYZ | 52.79 | 58.59 | 23.28 | - |
| YUV | 196.58 | 79.14 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 110 | 0 | 0.06 | 0.49 | 0.15 | 52.15 | 0.58 | 0.64 |
| Hex | D9 | CB | 6E | 0 | 6 | 31 | F | 34 | 3A | 40 |
| Octal | 331 | 313 | 156 | 0 | 6 | 61 | 17 | 64 | 72 | 100 |
| Binary | 11011001 | 11001011 | 1101110 | 0 | 110 | 110001 | 1111 | 110100 | 111010 | 1000000 |
Color Harmonies of #D9CB6E
Complementary color
Monochromatic Colors of #D9CB6E
Black with #D9CB6E
Text Example
Text Example
White with #D9CB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB6E; }
p { color: rgb(217,203,110); }
H1.HeaderClassName
{
color: #D9CB6E;
}
.AnyTagClassName
{
color: #D9CB6E;
}
</style>
background-color css
<style>
a { background-color: #D9CB6E; }
a { background-color: rgb(217,203,110); }
div.DivClassName
{
background-color: #D9CB6E;
}
.BgClassName
{
background-color: #D9CB6E;
}
</style>
border-color css
<style>
span { border-color: #D9CB6E; }
span { border-color: rgb(217,203,110); }
td.TdClassName
{
border-color: #D9CB6E;
}
.TagClassName
{
border-color: #D9CB6E;
}
</style>