Shades of Chenin #DACA62
Tints of Chenin #DACA62
RGB
CMYK
RGB Variations
Color information
#DACA62 (or 0xDACA62) is known color: Chenin. HEX triplet: DA, CA and 62. RGB value is (218,202,98). Sum of RGB (Red+Green+Blue) = 218+202+98=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACA62 is #25359D. Grayscale: #C3C3C3. Windows color (decimal): -2438558 or 6474458. OLE color: 6474458.
HSL color Cylindrical-coordinate representation of color #DACA62: hue angle of 52º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DACA62 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 98 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.15 |
| HSL | 52º | 0.62% | 0.62% | - |
| HSV(B) | 52º | 0.55% | 0.85% | - |
| XYZ | 52.24 | 58.03 | 20 | - |
| YUV | 194.93 | 73.3 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 98 | 0 | 0.07 | 0.55 | 0.15 | 52 | 0.62 | 0.62 |
| Hex | DA | CA | 62 | 0 | 7 | 37 | F | 34 | 3E | 3E |
| Octal | 332 | 312 | 142 | 0 | 7 | 67 | 17 | 64 | 76 | 76 |
| Binary | 11011010 | 11001010 | 1100010 | 0 | 111 | 110111 | 1111 | 110100 | 111110 | 111110 |
Color Harmonies of #DACA62
Complementary color
Monochromatic Colors of #DACA62
Black with #DACA62
Text Example
Text Example
White with #DACA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA62; }
p { color: rgb(218,202,98); }
H1.HeaderClassName
{
color: #DACA62;
}
.AnyTagClassName
{
color: #DACA62;
}
</style>
background-color css
<style>
a { background-color: #DACA62; }
a { background-color: rgb(218,202,98); }
div.DivClassName
{
background-color: #DACA62;
}
.BgClassName
{
background-color: #DACA62;
}
</style>
border-color css
<style>
span { border-color: #DACA62; }
span { border-color: rgb(218,202,98); }
td.TdClassName
{
border-color: #DACA62;
}
.TagClassName
{
border-color: #DACA62;
}
</style>