Shades of Sunflower #DABD16
Tints of Sunflower #DABD16
RGB
CMYK
RGB Variations
Color information
#DABD16 (or 0xDABD16) is known color: Sunflower. HEX triplet: DA, BD and 16. RGB value is (218,189,22). Sum of RGB (Red+Green+Blue) = 218+189+22=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABD16 is #2542E9. Grayscale: #B3B3B3. Windows color (decimal): -2441962 or 1490394. OLE color: 1490394.
HSL color Cylindrical-coordinate representation of color #DABD16: hue angle of 51.12º 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 #DABD16 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 22 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.15 |
| HSL | 51.12º | 0.82% | 0.47% | - |
| HSV(B) | 51.12º | 0.9% | 0.85% | - |
| XYZ | 47.26 | 51.36 | 8.18 | - |
| YUV | 178.63 | 39.61 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 22 | 0 | 0.13 | 0.90 | 0.15 | 51.12 | 0.82 | 0.47 |
| Hex | DA | BD | 16 | 0 | D | 5A | F | 33 | 52 | 2F |
| Octal | 332 | 275 | 26 | 0 | 15 | 132 | 17 | 63 | 122 | 57 |
| Binary | 11011010 | 10111101 | 10110 | 0 | 1101 | 1011010 | 1111 | 110011 | 1010010 | 101111 |
Color Harmonies of #DABD16
Complementary color
Monochromatic Colors of #DABD16
Black with #DABD16
Text Example
Text Example
White with #DABD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABD16; }
p { color: rgb(218,189,22); }
H1.HeaderClassName
{
color: #DABD16;
}
.AnyTagClassName
{
color: #DABD16;
}
</style>
background-color css
<style>
a { background-color: #DABD16; }
a { background-color: rgb(218,189,22); }
div.DivClassName
{
background-color: #DABD16;
}
.BgClassName
{
background-color: #DABD16;
}
</style>
border-color css
<style>
span { border-color: #DABD16; }
span { border-color: rgb(218,189,22); }
td.TdClassName
{
border-color: #DABD16;
}
.TagClassName
{
border-color: #DABD16;
}
</style>