Shades of Chenin #D9CB69
Tints of Chenin #D9CB69
RGB
CMYK
RGB Variations
Color information
#D9CB69 (or 0xD9CB69) is known color: Chenin. HEX triplet: D9, CB and 69. RGB value is (217,203,105). Sum of RGB (Red+Green+Blue) = 217+203+105=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CB69 is #263496. Grayscale: #C4C4C4. Windows color (decimal): -2503831 or 6933465. OLE color: 6933465.
HSL color Cylindrical-coordinate representation of color #D9CB69: hue angle of 52.5º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9CB69 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 105 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.15 |
| HSL | 52.5º | 0.6% | 0.63% | - |
| HSV(B) | 52.5º | 0.52% | 0.85% | - |
| XYZ | 52.52 | 58.48 | 21.88 | - |
| YUV | 196.01 | 76.64 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 105 | 0 | 0.06 | 0.52 | 0.15 | 52.5 | 0.6 | 0.63 |
| Hex | D9 | CB | 69 | 0 | 6 | 34 | F | 34 | 3C | 3F |
| Octal | 331 | 313 | 151 | 0 | 6 | 64 | 17 | 64 | 74 | 77 |
| Binary | 11011001 | 11001011 | 1101001 | 0 | 110 | 110100 | 1111 | 110100 | 111100 | 111111 |
Color Harmonies of #D9CB69
Complementary color
Monochromatic Colors of #D9CB69
Black with #D9CB69
Text Example
Text Example
White with #D9CB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB69; }
p { color: rgb(217,203,105); }
H1.HeaderClassName
{
color: #D9CB69;
}
.AnyTagClassName
{
color: #D9CB69;
}
</style>
background-color css
<style>
a { background-color: #D9CB69; }
a { background-color: rgb(217,203,105); }
div.DivClassName
{
background-color: #D9CB69;
}
.BgClassName
{
background-color: #D9CB69;
}
</style>
border-color css
<style>
span { border-color: #D9CB69; }
span { border-color: rgb(217,203,105); }
td.TdClassName
{
border-color: #D9CB69;
}
.TagClassName
{
border-color: #D9CB69;
}
</style>