Shades of Chenin #DACA6D
Tints of Chenin #DACA6D
RGB
CMYK
RGB Variations
Color information
#DACA6D (or 0xDACA6D) is known color: Chenin. HEX triplet: DA, CA and 6D. RGB value is (218,202,109). Sum of RGB (Red+Green+Blue) = 218+202+109=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACA6D is #253592. Grayscale: #C4C4C4. Windows color (decimal): -2438547 or 7195354. OLE color: 7195354.
HSL color Cylindrical-coordinate representation of color #DACA6D: hue angle of 51.19º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DACA6D is Cyan = 0, Magento = 0.07, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 109 | - |
| CMYK | 0 | 0.07 | 0.5 | 0.15 |
| HSL | 51.19º | 0.6% | 0.64% | - |
| HSV(B) | 51.19º | 0.5% | 0.85% | - |
| XYZ | 52.79 | 58.25 | 22.93 | - |
| YUV | 196.18 | 78.8 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 109 | 0 | 0.07 | 0.5 | 0.15 | 51.19 | 0.6 | 0.64 |
| Hex | DA | CA | 6D | 0 | 7 | 32 | F | 33 | 3C | 40 |
| Octal | 332 | 312 | 155 | 0 | 7 | 62 | 17 | 63 | 74 | 100 |
| Binary | 11011010 | 11001010 | 1101101 | 0 | 111 | 110010 | 1111 | 110011 | 111100 | 1000000 |
Color Harmonies of #DACA6D
Complementary color
Monochromatic Colors of #DACA6D
Black with #DACA6D
Text Example
Text Example
White with #DACA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA6D; }
p { color: rgb(218,202,109); }
H1.HeaderClassName
{
color: #DACA6D;
}
.AnyTagClassName
{
color: #DACA6D;
}
</style>
background-color css
<style>
a { background-color: #DACA6D; }
a { background-color: rgb(218,202,109); }
div.DivClassName
{
background-color: #DACA6D;
}
.BgClassName
{
background-color: #DACA6D;
}
</style>
border-color css
<style>
span { border-color: #DACA6D; }
span { border-color: rgb(218,202,109); }
td.TdClassName
{
border-color: #DACA6D;
}
.TagClassName
{
border-color: #DACA6D;
}
</style>