Shades of Chenin #D4C16F
Tints of Chenin #D4C16F
RGB
CMYK
RGB Variations
Color information
#D4C16F (or 0xD4C16F) is known color: Chenin. HEX triplet: D4, C1 and 6F. RGB value is (212,193,111). Sum of RGB (Red+Green+Blue) = 212+193+111=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C16F is #2B3E90. Grayscale: #BDBDBD. Windows color (decimal): -2834065 or 7324116. OLE color: 7324116.
HSL color Cylindrical-coordinate representation of color #D4C16F: hue angle of 48.71º 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 #D4C16F is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 193 | 111 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.17 |
| HSL | 48.71º | 0.54% | 0.63% | - |
| HSV(B) | 48.71º | 0.48% | 0.83% | - |
| XYZ | 49.09 | 53.28 | 22.74 | - |
| YUV | 189.33 | 83.79 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 193 | 111 | 0 | 0.09 | 0.48 | 0.17 | 48.71 | 0.54 | 0.63 |
| Hex | D4 | C1 | 6F | 0 | 9 | 30 | 11 | 31 | 36 | 3F |
| Octal | 324 | 301 | 157 | 0 | 11 | 60 | 21 | 61 | 66 | 77 |
| Binary | 11010100 | 11000001 | 1101111 | 0 | 1001 | 110000 | 10001 | 110001 | 110110 | 111111 |
Color Harmonies of #D4C16F
Complementary color
Monochromatic Colors of #D4C16F
Black with #D4C16F
Text Example
Text Example
White with #D4C16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C16F; }
p { color: rgb(212,193,111); }
H1.HeaderClassName
{
color: #D4C16F;
}
.AnyTagClassName
{
color: #D4C16F;
}
</style>
background-color css
<style>
a { background-color: #D4C16F; }
a { background-color: rgb(212,193,111); }
div.DivClassName
{
background-color: #D4C16F;
}
.BgClassName
{
background-color: #D4C16F;
}
</style>
border-color css
<style>
span { border-color: #D4C16F; }
span { border-color: rgb(212,193,111); }
td.TdClassName
{
border-color: #D4C16F;
}
.TagClassName
{
border-color: #D4C16F;
}
</style>