Shades of Sunflower #DACA11
Tints of Sunflower #DACA11
RGB
CMYK
RGB Variations
Color information
#DACA11 (or 0xDACA11) is known color: Sunflower. HEX triplet: DA, CA and 11. RGB value is (218,202,17). Sum of RGB (Red+Green+Blue) = 218+202+17=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 17 (7.03% from 255 or 3.89% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACA11 is #2535EE. Grayscale: #BABABA. Windows color (decimal): -2438639 or 1166042. OLE color: 1166042.
HSL color Cylindrical-coordinate representation of color #DACA11: hue angle of 55.22º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DACA11 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 17 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.15 |
| HSL | 55.22º | 0.86% | 0.46% | - |
| HSV(B) | 55.22º | 0.92% | 0.85% | - |
| XYZ | 50.14 | 57.19 | 8.93 | - |
| YUV | 185.69 | 32.8 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 17 | 0 | 0.07 | 0.92 | 0.15 | 55.22 | 0.86 | 0.46 |
| Hex | DA | CA | 11 | 0 | 7 | 5C | F | 37 | 56 | 2E |
| Octal | 332 | 312 | 21 | 0 | 7 | 134 | 17 | 67 | 126 | 56 |
| Binary | 11011010 | 11001010 | 10001 | 0 | 111 | 1011100 | 1111 | 110111 | 1010110 | 101110 |
Color Harmonies of #DACA11
Complementary color
Monochromatic Colors of #DACA11
Black with #DACA11
Text Example
Text Example
White with #DACA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA11; }
p { color: rgb(218,202,17); }
H1.HeaderClassName
{
color: #DACA11;
}
.AnyTagClassName
{
color: #DACA11;
}
</style>
background-color css
<style>
a { background-color: #DACA11; }
a { background-color: rgb(218,202,17); }
div.DivClassName
{
background-color: #DACA11;
}
.BgClassName
{
background-color: #DACA11;
}
</style>
border-color css
<style>
span { border-color: #DACA11; }
span { border-color: rgb(218,202,17); }
td.TdClassName
{
border-color: #DACA11;
}
.TagClassName
{
border-color: #DACA11;
}
</style>