Shades of Sunflower #DFB616
Tints of Sunflower #DFB616
RGB
CMYK
RGB Variations
Color information
#DFB616 (or 0xDFB616) is known color: Sunflower. HEX triplet: DF, B6 and 16. RGB value is (223,182,22). Sum of RGB (Red+Green+Blue) = 223+182+22=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB616 is #2049E9. Grayscale: #B0B0B0. Windows color (decimal): -2116074 or 1488607. OLE color: 1488607.
HSL color Cylindrical-coordinate representation of color #DFB616: hue angle of 47.76º 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 #DFB616 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 22 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.13 |
| HSL | 47.76º | 0.82% | 0.48% | - |
| HSV(B) | 47.76º | 0.9% | 0.87% | - |
| XYZ | 47.3 | 49.2 | 7.76 | - |
| YUV | 176.02 | 41.08 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 22 | 0 | 0.18 | 0.90 | 0.13 | 47.76 | 0.82 | 0.48 |
| Hex | DF | B6 | 16 | 0 | 12 | 5A | D | 30 | 52 | 30 |
| Octal | 337 | 266 | 26 | 0 | 22 | 132 | 15 | 60 | 122 | 60 |
| Binary | 11011111 | 10110110 | 10110 | 0 | 10010 | 1011010 | 1101 | 110000 | 1010010 | 110000 |
Color Harmonies of #DFB616
Complementary color
Monochromatic Colors of #DFB616
Black with #DFB616
Text Example
Text Example
White with #DFB616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB616; }
p { color: rgb(223,182,22); }
H1.HeaderClassName
{
color: #DFB616;
}
.AnyTagClassName
{
color: #DFB616;
}
</style>
background-color css
<style>
a { background-color: #DFB616; }
a { background-color: rgb(223,182,22); }
div.DivClassName
{
background-color: #DFB616;
}
.BgClassName
{
background-color: #DFB616;
}
</style>
border-color css
<style>
span { border-color: #DFB616; }
span { border-color: rgb(223,182,22); }
td.TdClassName
{
border-color: #DFB616;
}
.TagClassName
{
border-color: #DFB616;
}
</style>