Shades of Chenin #D4C16D
Tints of Chenin #D4C16D
RGB
CMYK
RGB Variations
Color information
#D4C16D (or 0xD4C16D) is known color: Chenin. HEX triplet: D4, C1 and 6D. RGB value is (212,193,109). Sum of RGB (Red+Green+Blue) = 212+193+109=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C16D is #2B3E92. Grayscale: #BDBDBD. Windows color (decimal): -2834067 or 7193044. OLE color: 7193044.
HSL color Cylindrical-coordinate representation of color #D4C16D: hue angle of 48.93º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4C16D is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 193 | 109 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.17 |
| HSL | 48.93º | 0.54% | 0.63% | - |
| HSV(B) | 48.93º | 0.49% | 0.83% | - |
| XYZ | 48.98 | 53.24 | 22.16 | - |
| YUV | 189.11 | 82.79 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 193 | 109 | 0 | 0.09 | 0.49 | 0.17 | 48.93 | 0.54 | 0.63 |
| Hex | D4 | C1 | 6D | 0 | 9 | 31 | 11 | 31 | 36 | 3F |
| Octal | 324 | 301 | 155 | 0 | 11 | 61 | 21 | 61 | 66 | 77 |
| Binary | 11010100 | 11000001 | 1101101 | 0 | 1001 | 110001 | 10001 | 110001 | 110110 | 111111 |
Color Harmonies of #D4C16D
Complementary color
Monochromatic Colors of #D4C16D
Black with #D4C16D
Text Example
Text Example
White with #D4C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C16D; }
p { color: rgb(212,193,109); }
H1.HeaderClassName
{
color: #D4C16D;
}
.AnyTagClassName
{
color: #D4C16D;
}
</style>
background-color css
<style>
a { background-color: #D4C16D; }
a { background-color: rgb(212,193,109); }
div.DivClassName
{
background-color: #D4C16D;
}
.BgClassName
{
background-color: #D4C16D;
}
</style>
border-color css
<style>
span { border-color: #D4C16D; }
span { border-color: rgb(212,193,109); }
td.TdClassName
{
border-color: #D4C16D;
}
.TagClassName
{
border-color: #D4C16D;
}
</style>