Shades of Sunflower #DABC16
Tints of Sunflower #DABC16
RGB
CMYK
RGB Variations
Color information
#DABC16 (or 0xDABC16) is known color: Sunflower. HEX triplet: DA, BC and 16. RGB value is (218,188,22). Sum of RGB (Red+Green+Blue) = 218+188+22=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABC16 is #2543E9. Grayscale: #B2B2B2. Windows color (decimal): -2442218 or 1490138. OLE color: 1490138.
HSL color Cylindrical-coordinate representation of color #DABC16: hue angle of 50.82º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DABC16 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 22 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.15 |
| HSL | 50.82º | 0.82% | 0.47% | - |
| HSV(B) | 50.82º | 0.9% | 0.85% | - |
| XYZ | 47.04 | 50.93 | 8.11 | - |
| YUV | 178.05 | 39.94 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 22 | 0 | 0.14 | 0.90 | 0.15 | 50.82 | 0.82 | 0.47 |
| Hex | DA | BC | 16 | 0 | E | 5A | F | 33 | 52 | 2F |
| Octal | 332 | 274 | 26 | 0 | 16 | 132 | 17 | 63 | 122 | 57 |
| Binary | 11011010 | 10111100 | 10110 | 0 | 1110 | 1011010 | 1111 | 110011 | 1010010 | 101111 |
Color Harmonies of #DABC16
Complementary color
Monochromatic Colors of #DABC16
Black with #DABC16
Text Example
Text Example
White with #DABC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC16; }
p { color: rgb(218,188,22); }
H1.HeaderClassName
{
color: #DABC16;
}
.AnyTagClassName
{
color: #DABC16;
}
</style>
background-color css
<style>
a { background-color: #DABC16; }
a { background-color: rgb(218,188,22); }
div.DivClassName
{
background-color: #DABC16;
}
.BgClassName
{
background-color: #DABC16;
}
</style>
border-color css
<style>
span { border-color: #DABC16; }
span { border-color: rgb(218,188,22); }
td.TdClassName
{
border-color: #DABC16;
}
.TagClassName
{
border-color: #DABC16;
}
</style>