Shades of Sunflower #DFBA09
Tints of Sunflower #DFBA09
RGB
CMYK
RGB Variations
Color information
#DFBA09 (or 0xDFBA09) is known color: Sunflower. HEX triplet: DF, BA and 09. RGB value is (223,186,9). Sum of RGB (Red+Green+Blue) = 223+186+9=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 9 (3.91% from 255 or 2.15% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBA09 is #2045F6. Grayscale: #B1B1B1. Windows color (decimal): -2115063 or 637663. OLE color: 637663.
HSL color Cylindrical-coordinate representation of color #DFBA09: hue angle of 49.63º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFBA09 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 9 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.13 |
| HSL | 49.63º | 0.92% | 0.45% | - |
| HSV(B) | 49.63º | 0.96% | 0.87% | - |
| XYZ | 48.04 | 50.83 | 7.54 | - |
| YUV | 176.89 | 33.26 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 9 | 0 | 0.17 | 0.96 | 0.13 | 49.63 | 0.92 | 0.45 |
| Hex | DF | BA | 9 | 0 | 11 | 60 | D | 32 | 5C | 2D |
| Octal | 337 | 272 | 11 | 0 | 21 | 140 | 15 | 62 | 134 | 55 |
| Binary | 11011111 | 10111010 | 1001 | 0 | 10001 | 1100000 | 1101 | 110010 | 1011100 | 101101 |
Color Harmonies of #DFBA09
Complementary color
Monochromatic Colors of #DFBA09
Black with #DFBA09
Text Example
Text Example
White with #DFBA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA09; }
p { color: rgb(223,186,9); }
H1.HeaderClassName
{
color: #DFBA09;
}
.AnyTagClassName
{
color: #DFBA09;
}
</style>
background-color css
<style>
a { background-color: #DFBA09; }
a { background-color: rgb(223,186,9); }
div.DivClassName
{
background-color: #DFBA09;
}
.BgClassName
{
background-color: #DFBA09;
}
</style>
border-color css
<style>
span { border-color: #DFBA09; }
span { border-color: rgb(223,186,9); }
td.TdClassName
{
border-color: #DFBA09;
}
.TagClassName
{
border-color: #DFBA09;
}
</style>