Shades of Chenin #D4CA6C
Tints of Chenin #D4CA6C
RGB
CMYK
RGB Variations
Color information
#D4CA6C (or 0xD4CA6C) is known color: Chenin. HEX triplet: D4, CA and 6C. RGB value is (212,202,108). Sum of RGB (Red+Green+Blue) = 212+202+108=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 108 (42.58% from 255 or 20.69% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CA6C is #2B3593. Grayscale: #C2C2C2. Windows color (decimal): -2831764 or 7129812. OLE color: 7129812.
HSL color Cylindrical-coordinate representation of color #D4CA6C: hue angle of 54.23º 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 #D4CA6C is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 202 | 108 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.17 |
| HSL | 54.23º | 0.55% | 0.63% | - |
| HSV(B) | 54.23º | 0.49% | 0.83% | - |
| XYZ | 50.98 | 57.32 | 22.56 | - |
| YUV | 194.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 108 | 0 | 0.05 | 0.49 | 0.17 | 54.23 | 0.55 | 0.63 |
| Hex | D4 | CA | 6C | 0 | 5 | 31 | 11 | 36 | 37 | 3F |
| Octal | 324 | 312 | 154 | 0 | 5 | 61 | 21 | 66 | 67 | 77 |
| Binary | 11010100 | 11001010 | 1101100 | 0 | 101 | 110001 | 10001 | 110110 | 110111 | 111111 |
Color Harmonies of #D4CA6C
Complementary color
Monochromatic Colors of #D4CA6C
Black with #D4CA6C
Text Example
Text Example
White with #D4CA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CA6C; }
p { color: rgb(212,202,108); }
H1.HeaderClassName
{
color: #D4CA6C;
}
.AnyTagClassName
{
color: #D4CA6C;
}
</style>
background-color css
<style>
a { background-color: #D4CA6C; }
a { background-color: rgb(212,202,108); }
div.DivClassName
{
background-color: #D4CA6C;
}
.BgClassName
{
background-color: #D4CA6C;
}
</style>
border-color css
<style>
span { border-color: #D4CA6C; }
span { border-color: rgb(212,202,108); }
td.TdClassName
{
border-color: #D4CA6C;
}
.TagClassName
{
border-color: #D4CA6C;
}
</style>