Shades of Chenin #D4C968
Tints of Chenin #D4C968
RGB
CMYK
RGB Variations
Color information
#D4C968 (or 0xD4C968) is known color: Chenin. HEX triplet: D4, C9 and 68. RGB value is (212,201,104). Sum of RGB (Red+Green+Blue) = 212+201+104=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 104 (41.02% from 255 or 20.12% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C968 is #2B3697. Grayscale: #C1C1C1. Windows color (decimal): -2832024 or 6867412. OLE color: 6867412.
HSL color Cylindrical-coordinate representation of color #D4C968: hue angle of 53.89º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4C968 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 201 | 104 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.17 |
| HSL | 53.89º | 0.56% | 0.62% | - |
| HSV(B) | 53.89º | 0.51% | 0.83% | - |
| XYZ | 50.54 | 56.77 | 21.39 | - |
| YUV | 193.23 | 77.64 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 201 | 104 | 0 | 0.05 | 0.51 | 0.17 | 53.89 | 0.56 | 0.62 |
| Hex | D4 | C9 | 68 | 0 | 5 | 33 | 11 | 36 | 38 | 3E |
| Octal | 324 | 311 | 150 | 0 | 5 | 63 | 21 | 66 | 70 | 76 |
| Binary | 11010100 | 11001001 | 1101000 | 0 | 101 | 110011 | 10001 | 110110 | 111000 | 111110 |
Color Harmonies of #D4C968
Complementary color
Monochromatic Colors of #D4C968
Black with #D4C968
Text Example
Text Example
White with #D4C968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C968; }
p { color: rgb(212,201,104); }
H1.HeaderClassName
{
color: #D4C968;
}
.AnyTagClassName
{
color: #D4C968;
}
</style>
background-color css
<style>
a { background-color: #D4C968; }
a { background-color: rgb(212,201,104); }
div.DivClassName
{
background-color: #D4C968;
}
.BgClassName
{
background-color: #D4C968;
}
</style>
border-color css
<style>
span { border-color: #D4C968; }
span { border-color: rgb(212,201,104); }
td.TdClassName
{
border-color: #D4C968;
}
.TagClassName
{
border-color: #D4C968;
}
</style>