Shades of Chenin #D9CA6B
Tints of Chenin #D9CA6B
RGB
CMYK
RGB Variations
Color information
#D9CA6B (or 0xD9CA6B) is known color: Chenin. HEX triplet: D9, CA and 6B. RGB value is (217,202,107). Sum of RGB (Red+Green+Blue) = 217+202+107=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 107 (42.19% from 255 or 20.34% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CA6B is #263594. Grayscale: #C4C4C4. Windows color (decimal): -2504085 or 7064281. OLE color: 7064281.
HSL color Cylindrical-coordinate representation of color #D9CA6B: hue angle of 51.82º 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 #D9CA6B is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 107 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.15 |
| HSL | 51.82º | 0.59% | 0.64% | - |
| HSV(B) | 51.82º | 0.51% | 0.85% | - |
| XYZ | 52.39 | 58.05 | 22.35 | - |
| YUV | 195.66 | 77.97 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 107 | 0 | 0.07 | 0.51 | 0.15 | 51.82 | 0.59 | 0.64 |
| Hex | D9 | CA | 6B | 0 | 7 | 33 | F | 34 | 3B | 40 |
| Octal | 331 | 312 | 153 | 0 | 7 | 63 | 17 | 64 | 73 | 100 |
| Binary | 11011001 | 11001010 | 1101011 | 0 | 111 | 110011 | 1111 | 110100 | 111011 | 1000000 |
Color Harmonies of #D9CA6B
Complementary color
Monochromatic Colors of #D9CA6B
Black with #D9CA6B
Text Example
Text Example
White with #D9CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CA6B; }
p { color: rgb(217,202,107); }
H1.HeaderClassName
{
color: #D9CA6B;
}
.AnyTagClassName
{
color: #D9CA6B;
}
</style>
background-color css
<style>
a { background-color: #D9CA6B; }
a { background-color: rgb(217,202,107); }
div.DivClassName
{
background-color: #D9CA6B;
}
.BgClassName
{
background-color: #D9CA6B;
}
</style>
border-color css
<style>
span { border-color: #D9CA6B; }
span { border-color: rgb(217,202,107); }
td.TdClassName
{
border-color: #D9CA6B;
}
.TagClassName
{
border-color: #D9CA6B;
}
</style>