Shades of Sunflower #DABC11
Tints of Sunflower #DABC11
RGB
CMYK
RGB Variations
Color information
#DABC11 (or 0xDABC11) is known color: Sunflower. HEX triplet: DA, BC and 11. RGB value is (218,188,17). Sum of RGB (Red+Green+Blue) = 218+188+17=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABC11 is #2543EE. Grayscale: #B2B2B2. Windows color (decimal): -2442223 or 1162458. OLE color: 1162458.
HSL color Cylindrical-coordinate representation of color #DABC11: hue angle of 51.04º 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 #DABC11 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 17 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.15 |
| HSL | 51.04º | 0.86% | 0.46% | - |
| HSV(B) | 51.04º | 0.92% | 0.85% | - |
| XYZ | 47 | 50.91 | 7.88 | - |
| YUV | 177.48 | 37.44 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 17 | 0 | 0.14 | 0.92 | 0.15 | 51.04 | 0.86 | 0.46 |
| Hex | DA | BC | 11 | 0 | E | 5C | F | 33 | 56 | 2E |
| Octal | 332 | 274 | 21 | 0 | 16 | 134 | 17 | 63 | 126 | 56 |
| Binary | 11011010 | 10111100 | 10001 | 0 | 1110 | 1011100 | 1111 | 110011 | 1010110 | 101110 |
Color Harmonies of #DABC11
Complementary color
Monochromatic Colors of #DABC11
Black with #DABC11
Text Example
Text Example
White with #DABC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC11; }
p { color: rgb(218,188,17); }
H1.HeaderClassName
{
color: #DABC11;
}
.AnyTagClassName
{
color: #DABC11;
}
</style>
background-color css
<style>
a { background-color: #DABC11; }
a { background-color: rgb(218,188,17); }
div.DivClassName
{
background-color: #DABC11;
}
.BgClassName
{
background-color: #DABC11;
}
</style>
border-color css
<style>
span { border-color: #DABC11; }
span { border-color: rgb(218,188,17); }
td.TdClassName
{
border-color: #DABC11;
}
.TagClassName
{
border-color: #DABC11;
}
</style>