Shades of Chenin #D9CB6F
Tints of Chenin #D9CB6F
RGB
CMYK
RGB Variations
Color information
#D9CB6F (or 0xD9CB6F) is known color: Chenin. HEX triplet: D9, CB and 6F. RGB value is (217,203,111). Sum of RGB (Red+Green+Blue) = 217+203+111=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 111 (43.75% from 255 or 20.90% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CB6F is #263490. Grayscale: #C5C5C5. Windows color (decimal): -2503825 or 7326681. OLE color: 7326681.
HSL color Cylindrical-coordinate representation of color #D9CB6F: hue angle of 52.08º 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 #D9CB6F is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 111 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.15 |
| HSL | 52.08º | 0.58% | 0.64% | - |
| HSV(B) | 52.08º | 0.49% | 0.85% | - |
| XYZ | 52.84 | 58.61 | 23.57 | - |
| YUV | 196.7 | 79.64 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 111 | 0 | 0.06 | 0.49 | 0.15 | 52.08 | 0.58 | 0.64 |
| Hex | D9 | CB | 6F | 0 | 6 | 31 | F | 34 | 3A | 40 |
| Octal | 331 | 313 | 157 | 0 | 6 | 61 | 17 | 64 | 72 | 100 |
| Binary | 11011001 | 11001011 | 1101111 | 0 | 110 | 110001 | 1111 | 110100 | 111010 | 1000000 |
Color Harmonies of #D9CB6F
Complementary color
Monochromatic Colors of #D9CB6F
Black with #D9CB6F
Text Example
Text Example
White with #D9CB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB6F; }
p { color: rgb(217,203,111); }
H1.HeaderClassName
{
color: #D9CB6F;
}
.AnyTagClassName
{
color: #D9CB6F;
}
</style>
background-color css
<style>
a { background-color: #D9CB6F; }
a { background-color: rgb(217,203,111); }
div.DivClassName
{
background-color: #D9CB6F;
}
.BgClassName
{
background-color: #D9CB6F;
}
</style>
border-color css
<style>
span { border-color: #D9CB6F; }
span { border-color: rgb(217,203,111); }
td.TdClassName
{
border-color: #D9CB6F;
}
.TagClassName
{
border-color: #D9CB6F;
}
</style>