Shades of Chenin #D1C26E
Tints of Chenin #D1C26E
RGB
CMYK
RGB Variations
Color information
#D1C26E (or 0xD1C26E) is known color: Chenin. HEX triplet: D1, C2 and 6E. RGB value is (209,194,110). Sum of RGB (Red+Green+Blue) = 209+194+110=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C26E is #2E3D91. Grayscale: #BDBDBD. Windows color (decimal): -3030418 or 7258833. OLE color: 7258833.
HSL color Cylindrical-coordinate representation of color #D1C26E: hue angle of 50.91º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1C26E is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 110 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.18 |
| HSL | 50.91º | 0.52% | 0.63% | - |
| HSV(B) | 50.91º | 0.47% | 0.82% | - |
| XYZ | 48.4 | 53.26 | 22.48 | - |
| YUV | 188.91 | 83.47 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 110 | 0 | 0.07 | 0.47 | 0.18 | 50.91 | 0.52 | 0.63 |
| Hex | D1 | C2 | 6E | 0 | 7 | 2F | 12 | 33 | 34 | 3F |
| Octal | 321 | 302 | 156 | 0 | 7 | 57 | 22 | 63 | 64 | 77 |
| Binary | 11010001 | 11000010 | 1101110 | 0 | 111 | 101111 | 10010 | 110011 | 110100 | 111111 |
Color Harmonies of #D1C26E
Complementary color
Monochromatic Colors of #D1C26E
Black with #D1C26E
Text Example
Text Example
White with #D1C26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C26E; }
p { color: rgb(209,194,110); }
H1.HeaderClassName
{
color: #D1C26E;
}
.AnyTagClassName
{
color: #D1C26E;
}
</style>
background-color css
<style>
a { background-color: #D1C26E; }
a { background-color: rgb(209,194,110); }
div.DivClassName
{
background-color: #D1C26E;
}
.BgClassName
{
background-color: #D1C26E;
}
</style>
border-color css
<style>
span { border-color: #D1C26E; }
span { border-color: rgb(209,194,110); }
td.TdClassName
{
border-color: #D1C26E;
}
.TagClassName
{
border-color: #D1C26E;
}
</style>