Shades of Sunflower #DFB304
Tints of Sunflower #DFB304
RGB
CMYK
RGB Variations
Color information
#DFB304 (or 0xDFB304) is known color: Sunflower. HEX triplet: DF, B3 and 04. RGB value is (223,179,4). Sum of RGB (Red+Green+Blue) = 223+179+4=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB304 is #204CFB. Grayscale: #ACACAC. Windows color (decimal): -2116860 or 308191. OLE color: 308191.
HSL color Cylindrical-coordinate representation of color #DFB304: hue angle of 47.95º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DFB304 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 4 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.13 |
| HSL | 47.95º | 0.96% | 0.45% | - |
| HSV(B) | 47.95º | 0.98% | 0.87% | - |
| XYZ | 46.57 | 47.94 | 6.91 | - |
| YUV | 172.21 | 33.08 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 4 | 0 | 0.20 | 0.98 | 0.13 | 47.95 | 0.96 | 0.45 |
| Hex | DF | B3 | 4 | 0 | 14 | 62 | D | 30 | 60 | 2D |
| Octal | 337 | 263 | 4 | 0 | 24 | 142 | 15 | 60 | 140 | 55 |
| Binary | 11011111 | 10110011 | 100 | 0 | 10100 | 1100010 | 1101 | 110000 | 1100000 | 101101 |
Color Harmonies of #DFB304
Complementary color
Monochromatic Colors of #DFB304
Black with #DFB304
Text Example
Text Example
White with #DFB304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB304; }
p { color: rgb(223,179,4); }
H1.HeaderClassName
{
color: #DFB304;
}
.AnyTagClassName
{
color: #DFB304;
}
</style>
background-color css
<style>
a { background-color: #DFB304; }
a { background-color: rgb(223,179,4); }
div.DivClassName
{
background-color: #DFB304;
}
.BgClassName
{
background-color: #DFB304;
}
</style>
border-color css
<style>
span { border-color: #DFB304; }
span { border-color: rgb(223,179,4); }
td.TdClassName
{
border-color: #DFB304;
}
.TagClassName
{
border-color: #DFB304;
}
</style>