Shades of Sunflower #DFBA0B
Tints of Sunflower #DFBA0B
RGB
CMYK
RGB Variations
Color information
#DFBA0B (or 0xDFBA0B) is known color: Sunflower. HEX triplet: DF, BA and 0B. RGB value is (223,186,11). Sum of RGB (Red+Green+Blue) = 223+186+11=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBA0B is #2045F4. Grayscale: #B1B1B1. Windows color (decimal): -2115061 or 768735. OLE color: 768735.
HSL color Cylindrical-coordinate representation of color #DFBA0B: hue angle of 49.53º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFBA0B is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 11 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.13 |
| HSL | 49.53º | 0.91% | 0.46% | - |
| HSV(B) | 49.53º | 0.95% | 0.87% | - |
| XYZ | 48.05 | 50.83 | 7.6 | - |
| YUV | 177.11 | 34.26 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 11 | 0 | 0.17 | 0.95 | 0.13 | 49.53 | 0.91 | 0.46 |
| Hex | DF | BA | B | 0 | 11 | 5F | D | 32 | 5B | 2E |
| Octal | 337 | 272 | 13 | 0 | 21 | 137 | 15 | 62 | 133 | 56 |
| Binary | 11011111 | 10111010 | 1011 | 0 | 10001 | 1011111 | 1101 | 110010 | 1011011 | 101110 |
Color Harmonies of #DFBA0B
Complementary color
Monochromatic Colors of #DFBA0B
Black with #DFBA0B
Text Example
Text Example
White with #DFBA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA0B; }
p { color: rgb(223,186,11); }
H1.HeaderClassName
{
color: #DFBA0B;
}
.AnyTagClassName
{
color: #DFBA0B;
}
</style>
background-color css
<style>
a { background-color: #DFBA0B; }
a { background-color: rgb(223,186,11); }
div.DivClassName
{
background-color: #DFBA0B;
}
.BgClassName
{
background-color: #DFBA0B;
}
</style>
border-color css
<style>
span { border-color: #DFBA0B; }
span { border-color: rgb(223,186,11); }
td.TdClassName
{
border-color: #DFBA0B;
}
.TagClassName
{
border-color: #DFBA0B;
}
</style>