Shades of Sunflower #DFB50E
Tints of Sunflower #DFB50E
RGB
CMYK
RGB Variations
Color information
#DFB50E (or 0xDFB50E) is known color: Sunflower. HEX triplet: DF, B5 and 0E. RGB value is (223,181,14). Sum of RGB (Red+Green+Blue) = 223+181+14=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB50E is #204AF1. Grayscale: #AFAFAF. Windows color (decimal): -2116338 or 964063. OLE color: 964063.
HSL color Cylindrical-coordinate representation of color #DFB50E: hue angle of 47.94º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFB50E is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 14 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.13 |
| HSL | 47.94º | 0.88% | 0.46% | - |
| HSV(B) | 47.94º | 0.94% | 0.87% | - |
| XYZ | 47.03 | 48.77 | 7.35 | - |
| YUV | 174.52 | 37.41 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 14 | 0 | 0.19 | 0.94 | 0.13 | 47.94 | 0.88 | 0.46 |
| Hex | DF | B5 | E | 0 | 13 | 5E | D | 30 | 58 | 2E |
| Octal | 337 | 265 | 16 | 0 | 23 | 136 | 15 | 60 | 130 | 56 |
| Binary | 11011111 | 10110101 | 1110 | 0 | 10011 | 1011110 | 1101 | 110000 | 1011000 | 101110 |
Color Harmonies of #DFB50E
Complementary color
Monochromatic Colors of #DFB50E
Black with #DFB50E
Text Example
Text Example
White with #DFB50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB50E; }
p { color: rgb(223,181,14); }
H1.HeaderClassName
{
color: #DFB50E;
}
.AnyTagClassName
{
color: #DFB50E;
}
</style>
background-color css
<style>
a { background-color: #DFB50E; }
a { background-color: rgb(223,181,14); }
div.DivClassName
{
background-color: #DFB50E;
}
.BgClassName
{
background-color: #DFB50E;
}
</style>
border-color css
<style>
span { border-color: #DFB50E; }
span { border-color: rgb(223,181,14); }
td.TdClassName
{
border-color: #DFB50E;
}
.TagClassName
{
border-color: #DFB50E;
}
</style>