Shades of Sunflower #DFBA11
Tints of Sunflower #DFBA11
RGB
CMYK
RGB Variations
Color information
#DFBA11 (or 0xDFBA11) is known color: Sunflower. HEX triplet: DF, BA and 11. RGB value is (223,186,17). Sum of RGB (Red+Green+Blue) = 223+186+17=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBA11 is #2045EE. Grayscale: #B2B2B2. Windows color (decimal): -2115055 or 1161951. OLE color: 1161951.
HSL color Cylindrical-coordinate representation of color #DFBA11: hue angle of 49.22º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFBA11 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 17 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.13 |
| HSL | 49.22º | 0.86% | 0.47% | - |
| HSV(B) | 49.22º | 0.92% | 0.87% | - |
| XYZ | 48.09 | 50.85 | 7.81 | - |
| YUV | 177.8 | 37.26 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 17 | 0 | 0.17 | 0.92 | 0.13 | 49.22 | 0.86 | 0.47 |
| Hex | DF | BA | 11 | 0 | 11 | 5C | D | 31 | 56 | 2F |
| Octal | 337 | 272 | 21 | 0 | 21 | 134 | 15 | 61 | 126 | 57 |
| Binary | 11011111 | 10111010 | 10001 | 0 | 10001 | 1011100 | 1101 | 110001 | 1010110 | 101111 |
Color Harmonies of #DFBA11
Complementary color
Monochromatic Colors of #DFBA11
Black with #DFBA11
Text Example
Text Example
White with #DFBA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA11; }
p { color: rgb(223,186,17); }
H1.HeaderClassName
{
color: #DFBA11;
}
.AnyTagClassName
{
color: #DFBA11;
}
</style>
background-color css
<style>
a { background-color: #DFBA11; }
a { background-color: rgb(223,186,17); }
div.DivClassName
{
background-color: #DFBA11;
}
.BgClassName
{
background-color: #DFBA11;
}
</style>
border-color css
<style>
span { border-color: #DFBA11; }
span { border-color: rgb(223,186,17); }
td.TdClassName
{
border-color: #DFBA11;
}
.TagClassName
{
border-color: #DFBA11;
}
</style>