Shades of Sunflower #DFBA1E
Tints of Sunflower #DFBA1E
RGB
CMYK
RGB Variations
Color information
#DFBA1E (or 0xDFBA1E) is known color: Sunflower. HEX triplet: DF, BA and 1E. RGB value is (223,186,30). Sum of RGB (Red+Green+Blue) = 223+186+30=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA1E is #2045E1. Grayscale: #B3B3B3. Windows color (decimal): -2115042 or 2013919. OLE color: 2013919.
HSL color Cylindrical-coordinate representation of color #DFBA1E: hue angle of 48.5º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFBA1E is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 30 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.13 |
| HSL | 48.5º | 0.76% | 0.5% | - |
| HSV(B) | 48.5º | 0.87% | 0.87% | - |
| XYZ | 48.22 | 50.9 | 8.51 | - |
| YUV | 179.28 | 43.76 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 30 | 0 | 0.17 | 0.87 | 0.13 | 48.5 | 0.76 | 0.5 |
| Hex | DF | BA | 1E | 0 | 11 | 57 | D | 30 | 4C | 32 |
| Octal | 337 | 272 | 36 | 0 | 21 | 127 | 15 | 60 | 114 | 62 |
| Binary | 11011111 | 10111010 | 11110 | 0 | 10001 | 1010111 | 1101 | 110000 | 1001100 | 110010 |
Color Harmonies of #DFBA1E
Complementary color
Monochromatic Colors of #DFBA1E
Black with #DFBA1E
Text Example
Text Example
White with #DFBA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA1E; }
p { color: rgb(223,186,30); }
H1.HeaderClassName
{
color: #DFBA1E;
}
.AnyTagClassName
{
color: #DFBA1E;
}
</style>
background-color css
<style>
a { background-color: #DFBA1E; }
a { background-color: rgb(223,186,30); }
div.DivClassName
{
background-color: #DFBA1E;
}
.BgClassName
{
background-color: #DFBA1E;
}
</style>
border-color css
<style>
span { border-color: #DFBA1E; }
span { border-color: rgb(223,186,30); }
td.TdClassName
{
border-color: #DFBA1E;
}
.TagClassName
{
border-color: #DFBA1E;
}
</style>