Shades of Sunflower #DFB516
Tints of Sunflower #DFB516
RGB
CMYK
RGB Variations
Color information
#DFB516 (or 0xDFB516) is known color: Sunflower. HEX triplet: DF, B5 and 16. RGB value is (223,181,22). Sum of RGB (Red+Green+Blue) = 223+181+22=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB516 is #204AE9. Grayscale: #B0B0B0. Windows color (decimal): -2116330 or 1488351. OLE color: 1488351.
HSL color Cylindrical-coordinate representation of color #DFB516: hue angle of 47.46º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DFB516 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 22 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.13 |
| HSL | 47.46º | 0.82% | 0.48% | - |
| HSV(B) | 47.46º | 0.9% | 0.87% | - |
| XYZ | 47.1 | 48.79 | 7.69 | - |
| YUV | 175.43 | 41.41 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 22 | 0 | 0.19 | 0.90 | 0.13 | 47.46 | 0.82 | 0.48 |
| Hex | DF | B5 | 16 | 0 | 13 | 5A | D | 2F | 52 | 30 |
| Octal | 337 | 265 | 26 | 0 | 23 | 132 | 15 | 57 | 122 | 60 |
| Binary | 11011111 | 10110101 | 10110 | 0 | 10011 | 1011010 | 1101 | 101111 | 1010010 | 110000 |
Color Harmonies of #DFB516
Complementary color
Monochromatic Colors of #DFB516
Black with #DFB516
Text Example
Text Example
White with #DFB516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB516; }
p { color: rgb(223,181,22); }
H1.HeaderClassName
{
color: #DFB516;
}
.AnyTagClassName
{
color: #DFB516;
}
</style>
background-color css
<style>
a { background-color: #DFB516; }
a { background-color: rgb(223,181,22); }
div.DivClassName
{
background-color: #DFB516;
}
.BgClassName
{
background-color: #DFB516;
}
</style>
border-color css
<style>
span { border-color: #DFB516; }
span { border-color: rgb(223,181,22); }
td.TdClassName
{
border-color: #DFB516;
}
.TagClassName
{
border-color: #DFB516;
}
</style>