Shades of Sunflower #DFBA06
Tints of Sunflower #DFBA06
RGB
CMYK
RGB Variations
Color information
#DFBA06 (or 0xDFBA06) is known color: Sunflower. HEX triplet: DF, BA and 06. RGB value is (223,186,6). Sum of RGB (Red+Green+Blue) = 223+186+6=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 6 (2.73% from 255 or 1.45% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBA06 is #2045F9. Grayscale: #B1B1B1. Windows color (decimal): -2115066 or 441055. OLE color: 441055.
HSL color Cylindrical-coordinate representation of color #DFBA06: hue angle of 49.77º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DFBA06 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 6 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.13 |
| HSL | 49.77º | 0.95% | 0.45% | - |
| HSV(B) | 49.77º | 0.97% | 0.87% | - |
| XYZ | 48.02 | 50.82 | 7.45 | - |
| YUV | 176.54 | 31.76 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 6 | 0 | 0.17 | 0.97 | 0.13 | 49.77 | 0.95 | 0.45 |
| Hex | DF | BA | 6 | 0 | 11 | 61 | D | 32 | 5F | 2D |
| Octal | 337 | 272 | 6 | 0 | 21 | 141 | 15 | 62 | 137 | 55 |
| Binary | 11011111 | 10111010 | 110 | 0 | 10001 | 1100001 | 1101 | 110010 | 1011111 | 101101 |
Color Harmonies of #DFBA06
Complementary color
Monochromatic Colors of #DFBA06
Black with #DFBA06
Text Example
Text Example
White with #DFBA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA06; }
p { color: rgb(223,186,6); }
H1.HeaderClassName
{
color: #DFBA06;
}
.AnyTagClassName
{
color: #DFBA06;
}
</style>
background-color css
<style>
a { background-color: #DFBA06; }
a { background-color: rgb(223,186,6); }
div.DivClassName
{
background-color: #DFBA06;
}
.BgClassName
{
background-color: #DFBA06;
}
</style>
border-color css
<style>
span { border-color: #DFBA06; }
span { border-color: rgb(223,186,6); }
td.TdClassName
{
border-color: #DFBA06;
}
.TagClassName
{
border-color: #DFBA06;
}
</style>