Shades of Sunflower #DFBA16
Tints of Sunflower #DFBA16
RGB
CMYK
RGB Variations
Color information
#DFBA16 (or 0xDFBA16) is known color: Sunflower. HEX triplet: DF, BA and 16. RGB value is (223,186,22). Sum of RGB (Red+Green+Blue) = 223+186+22=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBA16 is #2045E9. Grayscale: #B3B3B3. Windows color (decimal): -2115050 or 1489631. OLE color: 1489631.
HSL color Cylindrical-coordinate representation of color #DFBA16: hue angle of 48.96º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DFBA16 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 22 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.13 |
| HSL | 48.96º | 0.82% | 0.48% | - |
| HSV(B) | 48.96º | 0.9% | 0.87% | - |
| XYZ | 48.14 | 50.86 | 8.04 | - |
| YUV | 178.37 | 39.76 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 22 | 0 | 0.17 | 0.90 | 0.13 | 48.96 | 0.82 | 0.48 |
| Hex | DF | BA | 16 | 0 | 11 | 5A | D | 31 | 52 | 30 |
| Octal | 337 | 272 | 26 | 0 | 21 | 132 | 15 | 61 | 122 | 60 |
| Binary | 11011111 | 10111010 | 10110 | 0 | 10001 | 1011010 | 1101 | 110001 | 1010010 | 110000 |
Color Harmonies of #DFBA16
Complementary color
Monochromatic Colors of #DFBA16
Black with #DFBA16
Text Example
Text Example
White with #DFBA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA16; }
p { color: rgb(223,186,22); }
H1.HeaderClassName
{
color: #DFBA16;
}
.AnyTagClassName
{
color: #DFBA16;
}
</style>
background-color css
<style>
a { background-color: #DFBA16; }
a { background-color: rgb(223,186,22); }
div.DivClassName
{
background-color: #DFBA16;
}
.BgClassName
{
background-color: #DFBA16;
}
</style>
border-color css
<style>
span { border-color: #DFBA16; }
span { border-color: rgb(223,186,22); }
td.TdClassName
{
border-color: #DFBA16;
}
.TagClassName
{
border-color: #DFBA16;
}
</style>