Shades of Sunflower #DFB50F
Tints of Sunflower #DFB50F
RGB
CMYK
RGB Variations
Color information
#DFB50F (or 0xDFB50F) is known color: Sunflower. HEX triplet: DF, B5 and 0F. RGB value is (223,181,15). Sum of RGB (Red+Green+Blue) = 223+181+15=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB50F is #204AF0. Grayscale: #AFAFAF. Windows color (decimal): -2116337 or 1029599. OLE color: 1029599.
HSL color Cylindrical-coordinate representation of color #DFB50F: hue angle of 47.88º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DFB50F is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 15 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.13 |
| HSL | 47.88º | 0.87% | 0.47% | - |
| HSV(B) | 47.88º | 0.93% | 0.87% | - |
| XYZ | 47.04 | 48.77 | 7.39 | - |
| YUV | 174.63 | 37.91 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 15 | 0 | 0.19 | 0.93 | 0.13 | 47.88 | 0.87 | 0.47 |
| Hex | DF | B5 | F | 0 | 13 | 5D | D | 30 | 57 | 2F |
| Octal | 337 | 265 | 17 | 0 | 23 | 135 | 15 | 60 | 127 | 57 |
| Binary | 11011111 | 10110101 | 1111 | 0 | 10011 | 1011101 | 1101 | 110000 | 1010111 | 101111 |
Color Harmonies of #DFB50F
Complementary color
Monochromatic Colors of #DFB50F
Black with #DFB50F
Text Example
Text Example
White with #DFB50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB50F; }
p { color: rgb(223,181,15); }
H1.HeaderClassName
{
color: #DFB50F;
}
.AnyTagClassName
{
color: #DFB50F;
}
</style>
background-color css
<style>
a { background-color: #DFB50F; }
a { background-color: rgb(223,181,15); }
div.DivClassName
{
background-color: #DFB50F;
}
.BgClassName
{
background-color: #DFB50F;
}
</style>
border-color css
<style>
span { border-color: #DFB50F; }
span { border-color: rgb(223,181,15); }
td.TdClassName
{
border-color: #DFB50F;
}
.TagClassName
{
border-color: #DFB50F;
}
</style>