Shades of Sunflower #DFB915
Tints of Sunflower #DFB915
RGB
CMYK
RGB Variations
Color information
#DFB915 (or 0xDFB915) is known color: Sunflower. HEX triplet: DF, B9 and 15. RGB value is (223,185,21). Sum of RGB (Red+Green+Blue) = 223+185+21=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 21 (8.59% from 255 or 4.90% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB915 is #2046EA. Grayscale: #B2B2B2. Windows color (decimal): -2115307 or 1423839. OLE color: 1423839.
HSL color Cylindrical-coordinate representation of color #DFB915: hue angle of 48.71º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFB915 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 21 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.13 |
| HSL | 48.71º | 0.83% | 0.48% | - |
| HSV(B) | 48.71º | 0.91% | 0.87% | - |
| XYZ | 47.92 | 50.44 | 7.92 | - |
| YUV | 177.67 | 39.59 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 21 | 0 | 0.17 | 0.91 | 0.13 | 48.71 | 0.83 | 0.48 |
| Hex | DF | B9 | 15 | 0 | 11 | 5B | D | 31 | 53 | 30 |
| Octal | 337 | 271 | 25 | 0 | 21 | 133 | 15 | 61 | 123 | 60 |
| Binary | 11011111 | 10111001 | 10101 | 0 | 10001 | 1011011 | 1101 | 110001 | 1010011 | 110000 |
Color Harmonies of #DFB915
Complementary color
Monochromatic Colors of #DFB915
Black with #DFB915
Text Example
Text Example
White with #DFB915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB915; }
p { color: rgb(223,185,21); }
H1.HeaderClassName
{
color: #DFB915;
}
.AnyTagClassName
{
color: #DFB915;
}
</style>
background-color css
<style>
a { background-color: #DFB915; }
a { background-color: rgb(223,185,21); }
div.DivClassName
{
background-color: #DFB915;
}
.BgClassName
{
background-color: #DFB915;
}
</style>
border-color css
<style>
span { border-color: #DFB915; }
span { border-color: rgb(223,185,21); }
td.TdClassName
{
border-color: #DFB915;
}
.TagClassName
{
border-color: #DFB915;
}
</style>