Shades of Sunflower #DFB510
Tints of Sunflower #DFB510
RGB
CMYK
RGB Variations
Color information
#DFB510 (or 0xDFB510) is known color: Sunflower. HEX triplet: DF, B5 and 10. RGB value is (223,181,16). Sum of RGB (Red+Green+Blue) = 223+181+16=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB510 is #204AEF. Grayscale: #AFAFAF. Windows color (decimal): -2116336 or 1095135. OLE color: 1095135.
HSL color Cylindrical-coordinate representation of color #DFB510: hue angle of 47.83º 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 #DFB510 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 16 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.13 |
| HSL | 47.83º | 0.87% | 0.47% | - |
| HSV(B) | 47.83º | 0.93% | 0.87% | - |
| XYZ | 47.05 | 48.77 | 7.42 | - |
| YUV | 174.75 | 38.41 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 16 | 0 | 0.19 | 0.93 | 0.13 | 47.83 | 0.87 | 0.47 |
| Hex | DF | B5 | 10 | 0 | 13 | 5D | D | 30 | 57 | 2F |
| Octal | 337 | 265 | 20 | 0 | 23 | 135 | 15 | 60 | 127 | 57 |
| Binary | 11011111 | 10110101 | 10000 | 0 | 10011 | 1011101 | 1101 | 110000 | 1010111 | 101111 |
Color Harmonies of #DFB510
Complementary color
Monochromatic Colors of #DFB510
Black with #DFB510
Text Example
Text Example
White with #DFB510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB510; }
p { color: rgb(223,181,16); }
H1.HeaderClassName
{
color: #DFB510;
}
.AnyTagClassName
{
color: #DFB510;
}
</style>
background-color css
<style>
a { background-color: #DFB510; }
a { background-color: rgb(223,181,16); }
div.DivClassName
{
background-color: #DFB510;
}
.BgClassName
{
background-color: #DFB510;
}
</style>
border-color css
<style>
span { border-color: #DFB510; }
span { border-color: rgb(223,181,16); }
td.TdClassName
{
border-color: #DFB510;
}
.TagClassName
{
border-color: #DFB510;
}
</style>