Shades of Sunflower #DFBA07
Tints of Sunflower #DFBA07
RGB
CMYK
RGB Variations
Color information
#DFBA07 (or 0xDFBA07) is known color: Sunflower. HEX triplet: DF, BA and 07. RGB value is (223,186,7). Sum of RGB (Red+Green+Blue) = 223+186+7=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 7 (3.12% from 255 or 1.68% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBA07 is #2045F8. Grayscale: #B1B1B1. Windows color (decimal): -2115065 or 506591. OLE color: 506591.
HSL color Cylindrical-coordinate representation of color #DFBA07: hue angle of 49.72º degrees, saturation: 0.94, 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 #DFBA07 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 7 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.13 |
| HSL | 49.72º | 0.94% | 0.45% | - |
| HSV(B) | 49.72º | 0.97% | 0.87% | - |
| XYZ | 48.03 | 50.82 | 7.48 | - |
| YUV | 176.66 | 32.26 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 7 | 0 | 0.17 | 0.97 | 0.13 | 49.72 | 0.94 | 0.45 |
| Hex | DF | BA | 7 | 0 | 11 | 61 | D | 32 | 5E | 2D |
| Octal | 337 | 272 | 7 | 0 | 21 | 141 | 15 | 62 | 136 | 55 |
| Binary | 11011111 | 10111010 | 111 | 0 | 10001 | 1100001 | 1101 | 110010 | 1011110 | 101101 |
Color Harmonies of #DFBA07
Complementary color
Monochromatic Colors of #DFBA07
Black with #DFBA07
Text Example
Text Example
White with #DFBA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA07; }
p { color: rgb(223,186,7); }
H1.HeaderClassName
{
color: #DFBA07;
}
.AnyTagClassName
{
color: #DFBA07;
}
</style>
background-color css
<style>
a { background-color: #DFBA07; }
a { background-color: rgb(223,186,7); }
div.DivClassName
{
background-color: #DFBA07;
}
.BgClassName
{
background-color: #DFBA07;
}
</style>
border-color css
<style>
span { border-color: #DFBA07; }
span { border-color: rgb(223,186,7); }
td.TdClassName
{
border-color: #DFBA07;
}
.TagClassName
{
border-color: #DFBA07;
}
</style>