Shades of Chenin #D4C26E
Tints of Chenin #D4C26E
RGB
CMYK
RGB Variations
Color information
#D4C26E (or 0xD4C26E) is known color: Chenin. HEX triplet: D4, C2 and 6E. RGB value is (212,194,110). Sum of RGB (Red+Green+Blue) = 212+194+110=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C26E is #2B3D91. Grayscale: #BEBEBE. Windows color (decimal): -2833810 or 7258836. OLE color: 7258836.
HSL color Cylindrical-coordinate representation of color #D4C26E: hue angle of 49.41º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4C26E is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 194 | 110 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.17 |
| HSL | 49.41º | 0.54% | 0.63% | - |
| HSV(B) | 49.41º | 0.48% | 0.83% | - |
| XYZ | 49.26 | 53.71 | 22.52 | - |
| YUV | 189.81 | 82.96 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 194 | 110 | 0 | 0.08 | 0.48 | 0.17 | 49.41 | 0.54 | 0.63 |
| Hex | D4 | C2 | 6E | 0 | 8 | 30 | 11 | 31 | 36 | 3F |
| Octal | 324 | 302 | 156 | 0 | 10 | 60 | 21 | 61 | 66 | 77 |
| Binary | 11010100 | 11000010 | 1101110 | 0 | 1000 | 110000 | 10001 | 110001 | 110110 | 111111 |
Color Harmonies of #D4C26E
Complementary color
Monochromatic Colors of #D4C26E
Black with #D4C26E
Text Example
Text Example
White with #D4C26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C26E; }
p { color: rgb(212,194,110); }
H1.HeaderClassName
{
color: #D4C26E;
}
.AnyTagClassName
{
color: #D4C26E;
}
</style>
background-color css
<style>
a { background-color: #D4C26E; }
a { background-color: rgb(212,194,110); }
div.DivClassName
{
background-color: #D4C26E;
}
.BgClassName
{
background-color: #D4C26E;
}
</style>
border-color css
<style>
span { border-color: #D4C26E; }
span { border-color: rgb(212,194,110); }
td.TdClassName
{
border-color: #D4C26E;
}
.TagClassName
{
border-color: #D4C26E;
}
</style>