Shades of Chenin #D4CA6B
Tints of Chenin #D4CA6B
RGB
CMYK
RGB Variations
Color information
#D4CA6B (or 0xD4CA6B) is known color: Chenin. HEX triplet: D4, CA and 6B. RGB value is (212,202,107). Sum of RGB (Red+Green+Blue) = 212+202+107=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CA6B is #2B3594. Grayscale: #C2C2C2. Windows color (decimal): -2831765 or 7064276. OLE color: 7064276.
HSL color Cylindrical-coordinate representation of color #D4CA6B: hue angle of 54.29º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4CA6B is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 202 | 107 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.17 |
| HSL | 54.29º | 0.55% | 0.63% | - |
| HSV(B) | 54.29º | 0.5% | 0.83% | - |
| XYZ | 50.93 | 57.3 | 22.29 | - |
| YUV | 194.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 107 | 0 | 0.05 | 0.50 | 0.17 | 54.29 | 0.55 | 0.63 |
| Hex | D4 | CA | 6B | 0 | 5 | 32 | 11 | 36 | 37 | 3F |
| Octal | 324 | 312 | 153 | 0 | 5 | 62 | 21 | 66 | 67 | 77 |
| Binary | 11010100 | 11001010 | 1101011 | 0 | 101 | 110010 | 10001 | 110110 | 110111 | 111111 |
Color Harmonies of #D4CA6B
Complementary color
Monochromatic Colors of #D4CA6B
Black with #D4CA6B
Text Example
Text Example
White with #D4CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CA6B; }
p { color: rgb(212,202,107); }
H1.HeaderClassName
{
color: #D4CA6B;
}
.AnyTagClassName
{
color: #D4CA6B;
}
</style>
background-color css
<style>
a { background-color: #D4CA6B; }
a { background-color: rgb(212,202,107); }
div.DivClassName
{
background-color: #D4CA6B;
}
.BgClassName
{
background-color: #D4CA6B;
}
</style>
border-color css
<style>
span { border-color: #D4CA6B; }
span { border-color: rgb(212,202,107); }
td.TdClassName
{
border-color: #D4CA6B;
}
.TagClassName
{
border-color: #D4CA6B;
}
</style>