Shades of Sunflower #DFBA20
Tints of Sunflower #DFBA20
RGB
CMYK
RGB Variations
Color information
#DFBA20 (or 0xDFBA20) is known color: Sunflower. HEX triplet: DF, BA and 20. RGB value is (223,186,32). Sum of RGB (Red+Green+Blue) = 223+186+32=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 32 (12.89% from 255 or 7.26% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA20 is #2045DF. Grayscale: #B4B4B4. Windows color (decimal): -2115040 or 2144991. OLE color: 2144991.
HSL color Cylindrical-coordinate representation of color #DFBA20: hue angle of 48.38º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFBA20 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 32 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.13 |
| HSL | 48.38º | 0.75% | 0.5% | - |
| HSV(B) | 48.38º | 0.86% | 0.87% | - |
| XYZ | 48.25 | 50.91 | 8.65 | - |
| YUV | 179.51 | 44.76 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 32 | 0 | 0.17 | 0.86 | 0.13 | 48.38 | 0.75 | 0.5 |
| Hex | DF | BA | 20 | 0 | 11 | 56 | D | 30 | 4B | 32 |
| Octal | 337 | 272 | 40 | 0 | 21 | 126 | 15 | 60 | 113 | 62 |
| Binary | 11011111 | 10111010 | 100000 | 0 | 10001 | 1010110 | 1101 | 110000 | 1001011 | 110010 |
Color Harmonies of #DFBA20
Complementary color
Monochromatic Colors of #DFBA20
Black with #DFBA20
Text Example
Text Example
White with #DFBA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA20; }
p { color: rgb(223,186,32); }
H1.HeaderClassName
{
color: #DFBA20;
}
.AnyTagClassName
{
color: #DFBA20;
}
</style>
background-color css
<style>
a { background-color: #DFBA20; }
a { background-color: rgb(223,186,32); }
div.DivClassName
{
background-color: #DFBA20;
}
.BgClassName
{
background-color: #DFBA20;
}
</style>
border-color css
<style>
span { border-color: #DFBA20; }
span { border-color: rgb(223,186,32); }
td.TdClassName
{
border-color: #DFBA20;
}
.TagClassName
{
border-color: #DFBA20;
}
</style>