Shades of Sunflower #DFBA1F
Tints of Sunflower #DFBA1F
RGB
CMYK
RGB Variations
Color information
#DFBA1F (or 0xDFBA1F) is known color: Sunflower. HEX triplet: DF, BA and 1F. RGB value is (223,186,31). Sum of RGB (Red+Green+Blue) = 223+186+31=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 31 (12.5% from 255 or 7.05% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA1F is #2045E0. Grayscale: #B4B4B4. Windows color (decimal): -2115041 or 2079455. OLE color: 2079455.
HSL color Cylindrical-coordinate representation of color #DFBA1F: hue angle of 48.44º degrees, saturation: 0.76, 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 #DFBA1F is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 31 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.13 |
| HSL | 48.44º | 0.76% | 0.5% | - |
| HSV(B) | 48.44º | 0.86% | 0.87% | - |
| XYZ | 48.24 | 50.9 | 8.58 | - |
| YUV | 179.39 | 44.26 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 31 | 0 | 0.17 | 0.86 | 0.13 | 48.44 | 0.76 | 0.5 |
| Hex | DF | BA | 1F | 0 | 11 | 56 | D | 30 | 4C | 32 |
| Octal | 337 | 272 | 37 | 0 | 21 | 126 | 15 | 60 | 114 | 62 |
| Binary | 11011111 | 10111010 | 11111 | 0 | 10001 | 1010110 | 1101 | 110000 | 1001100 | 110010 |
Color Harmonies of #DFBA1F
Complementary color
Monochromatic Colors of #DFBA1F
Black with #DFBA1F
Text Example
Text Example
White with #DFBA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA1F; }
p { color: rgb(223,186,31); }
H1.HeaderClassName
{
color: #DFBA1F;
}
.AnyTagClassName
{
color: #DFBA1F;
}
</style>
background-color css
<style>
a { background-color: #DFBA1F; }
a { background-color: rgb(223,186,31); }
div.DivClassName
{
background-color: #DFBA1F;
}
.BgClassName
{
background-color: #DFBA1F;
}
</style>
border-color css
<style>
span { border-color: #DFBA1F; }
span { border-color: rgb(223,186,31); }
td.TdClassName
{
border-color: #DFBA1F;
}
.TagClassName
{
border-color: #DFBA1F;
}
</style>