Shades of Chenin #D4C66C
Tints of Chenin #D4C66C
RGB
CMYK
RGB Variations
Color information
#D4C66C (or 0xD4C66C) is known color: Chenin. HEX triplet: D4, C6 and 6C. RGB value is (212,198,108). Sum of RGB (Red+Green+Blue) = 212+198+108=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C66C is #2B3993. Grayscale: #C0C0C0. Windows color (decimal): -2832788 or 7128788. OLE color: 7128788.
HSL color Cylindrical-coordinate representation of color #D4C66C: hue angle of 51.92º degrees, saturation: 0.55, 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 #D4C66C is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 198 | 108 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.17 |
| HSL | 51.92º | 0.55% | 0.63% | - |
| HSV(B) | 51.92º | 0.49% | 0.83% | - |
| XYZ | 50.05 | 55.47 | 22.26 | - |
| YUV | 191.93 | 80.64 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 198 | 108 | 0 | 0.07 | 0.49 | 0.17 | 51.92 | 0.55 | 0.63 |
| Hex | D4 | C6 | 6C | 0 | 7 | 31 | 11 | 34 | 37 | 3F |
| Octal | 324 | 306 | 154 | 0 | 7 | 61 | 21 | 64 | 67 | 77 |
| Binary | 11010100 | 11000110 | 1101100 | 0 | 111 | 110001 | 10001 | 110100 | 110111 | 111111 |
Color Harmonies of #D4C66C
Complementary color
Monochromatic Colors of #D4C66C
Black with #D4C66C
Text Example
Text Example
White with #D4C66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C66C; }
p { color: rgb(212,198,108); }
H1.HeaderClassName
{
color: #D4C66C;
}
.AnyTagClassName
{
color: #D4C66C;
}
</style>
background-color css
<style>
a { background-color: #D4C66C; }
a { background-color: rgb(212,198,108); }
div.DivClassName
{
background-color: #D4C66C;
}
.BgClassName
{
background-color: #D4C66C;
}
</style>
border-color css
<style>
span { border-color: #D4C66C; }
span { border-color: rgb(212,198,108); }
td.TdClassName
{
border-color: #D4C66C;
}
.TagClassName
{
border-color: #D4C66C;
}
</style>