Shades of Sunflower #DFB911
Tints of Sunflower #DFB911
RGB
CMYK
RGB Variations
Color information
#DFB911 (or 0xDFB911) is known color: Sunflower. HEX triplet: DF, B9 and 11. RGB value is (223,185,17). Sum of RGB (Red+Green+Blue) = 223+185+17=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB911 is #2046EE. Grayscale: #B1B1B1. Windows color (decimal): -2115311 or 1161695. OLE color: 1161695.
HSL color Cylindrical-coordinate representation of color #DFB911: hue angle of 48.93º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFB911 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 17 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.13 |
| HSL | 48.93º | 0.86% | 0.47% | - |
| HSV(B) | 48.93º | 0.92% | 0.87% | - |
| XYZ | 47.88 | 50.43 | 7.74 | - |
| YUV | 177.21 | 37.59 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 17 | 0 | 0.17 | 0.92 | 0.13 | 48.93 | 0.86 | 0.47 |
| Hex | DF | B9 | 11 | 0 | 11 | 5C | D | 31 | 56 | 2F |
| Octal | 337 | 271 | 21 | 0 | 21 | 134 | 15 | 61 | 126 | 57 |
| Binary | 11011111 | 10111001 | 10001 | 0 | 10001 | 1011100 | 1101 | 110001 | 1010110 | 101111 |
Color Harmonies of #DFB911
Complementary color
Monochromatic Colors of #DFB911
Black with #DFB911
Text Example
Text Example
White with #DFB911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB911; }
p { color: rgb(223,185,17); }
H1.HeaderClassName
{
color: #DFB911;
}
.AnyTagClassName
{
color: #DFB911;
}
</style>
background-color css
<style>
a { background-color: #DFB911; }
a { background-color: rgb(223,185,17); }
div.DivClassName
{
background-color: #DFB911;
}
.BgClassName
{
background-color: #DFB911;
}
</style>
border-color css
<style>
span { border-color: #DFB911; }
span { border-color: rgb(223,185,17); }
td.TdClassName
{
border-color: #DFB911;
}
.TagClassName
{
border-color: #DFB911;
}
</style>