Shades of Sunflower #DFB704
Tints of Sunflower #DFB704
RGB
CMYK
RGB Variations
Color information
#DFB704 (or 0xDFB704) is known color: Sunflower. HEX triplet: DF, B7 and 04. RGB value is (223,183,4). Sum of RGB (Red+Green+Blue) = 223+183+4=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 4 (1.95% from 255 or 0.98% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB704 is #2048FB. Grayscale: #AFAFAF. Windows color (decimal): -2115836 or 309215. OLE color: 309215.
HSL color Cylindrical-coordinate representation of color #DFB704: hue angle of 49.04º 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 #DFB704 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.13 |
| HSL | 49.04º | 0.96% | 0.45% | - |
| HSV(B) | 49.04º | 0.98% | 0.87% | - |
| XYZ | 47.39 | 49.56 | 7.18 | - |
| YUV | 174.55 | 31.75 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 4 | 0 | 0.18 | 0.98 | 0.13 | 49.04 | 0.96 | 0.45 |
| Hex | DF | B7 | 4 | 0 | 12 | 62 | D | 31 | 60 | 2D |
| Octal | 337 | 267 | 4 | 0 | 22 | 142 | 15 | 61 | 140 | 55 |
| Binary | 11011111 | 10110111 | 100 | 0 | 10010 | 1100010 | 1101 | 110001 | 1100000 | 101101 |
Color Harmonies of #DFB704
Complementary color
Monochromatic Colors of #DFB704
Black with #DFB704
Text Example
Text Example
White with #DFB704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB704; }
p { color: rgb(223,183,4); }
H1.HeaderClassName
{
color: #DFB704;
}
.AnyTagClassName
{
color: #DFB704;
}
</style>
background-color css
<style>
a { background-color: #DFB704; }
a { background-color: rgb(223,183,4); }
div.DivClassName
{
background-color: #DFB704;
}
.BgClassName
{
background-color: #DFB704;
}
</style>
border-color css
<style>
span { border-color: #DFB704; }
span { border-color: rgb(223,183,4); }
td.TdClassName
{
border-color: #DFB704;
}
.TagClassName
{
border-color: #DFB704;
}
</style>