Shades of Sunflower #DFB404
Tints of Sunflower #DFB404
RGB
CMYK
RGB Variations
Color information
#DFB404 (or 0xDFB404) is known color: Sunflower. HEX triplet: DF, B4 and 04. RGB value is (223,180,4). Sum of RGB (Red+Green+Blue) = 223+180+4=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB404 is #204BFB. Grayscale: #ADADAD. Windows color (decimal): -2116604 or 308447. OLE color: 308447.
HSL color Cylindrical-coordinate representation of color #DFB404: hue angle of 48.22º 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 #DFB404 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.13 |
| HSL | 48.22º | 0.96% | 0.45% | - |
| HSV(B) | 48.22º | 0.98% | 0.87% | - |
| XYZ | 46.77 | 48.34 | 6.98 | - |
| YUV | 172.79 | 32.75 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 4 | 0 | 0.19 | 0.98 | 0.13 | 48.22 | 0.96 | 0.45 |
| Hex | DF | B4 | 4 | 0 | 13 | 62 | D | 30 | 60 | 2D |
| Octal | 337 | 264 | 4 | 0 | 23 | 142 | 15 | 60 | 140 | 55 |
| Binary | 11011111 | 10110100 | 100 | 0 | 10011 | 1100010 | 1101 | 110000 | 1100000 | 101101 |
Color Harmonies of #DFB404
Complementary color
Monochromatic Colors of #DFB404
Black with #DFB404
Text Example
Text Example
White with #DFB404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB404; }
p { color: rgb(223,180,4); }
H1.HeaderClassName
{
color: #DFB404;
}
.AnyTagClassName
{
color: #DFB404;
}
</style>
background-color css
<style>
a { background-color: #DFB404; }
a { background-color: rgb(223,180,4); }
div.DivClassName
{
background-color: #DFB404;
}
.BgClassName
{
background-color: #DFB404;
}
</style>
border-color css
<style>
span { border-color: #DFB404; }
span { border-color: rgb(223,180,4); }
td.TdClassName
{
border-color: #DFB404;
}
.TagClassName
{
border-color: #DFB404;
}
</style>