Shades of Sunflower #DFBF16
Tints of Sunflower #DFBF16
RGB
CMYK
RGB Variations
Color information
#DFBF16 (or 0xDFBF16) is known color: Sunflower. HEX triplet: DF, BF and 16. RGB value is (223,191,22). Sum of RGB (Red+Green+Blue) = 223+191+22=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 22 (8.98% from 255 or 5.05% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBF16 is #2040E9. Grayscale: #B6B6B6. Windows color (decimal): -2113770 or 1490911. OLE color: 1490911.
HSL color Cylindrical-coordinate representation of color #DFBF16: hue angle of 50.45º 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 #DFBF16 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 22 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.13 |
| HSL | 50.45º | 0.82% | 0.48% | - |
| HSV(B) | 50.45º | 0.9% | 0.87% | - |
| XYZ | 49.21 | 53.01 | 8.4 | - |
| YUV | 181.3 | 38.1 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 22 | 0 | 0.14 | 0.90 | 0.13 | 50.45 | 0.82 | 0.48 |
| Hex | DF | BF | 16 | 0 | E | 5A | D | 32 | 52 | 30 |
| Octal | 337 | 277 | 26 | 0 | 16 | 132 | 15 | 62 | 122 | 60 |
| Binary | 11011111 | 10111111 | 10110 | 0 | 1110 | 1011010 | 1101 | 110010 | 1010010 | 110000 |
Color Harmonies of #DFBF16
Complementary color
Monochromatic Colors of #DFBF16
Black with #DFBF16
Text Example
Text Example
White with #DFBF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBF16; }
p { color: rgb(223,191,22); }
H1.HeaderClassName
{
color: #DFBF16;
}
.AnyTagClassName
{
color: #DFBF16;
}
</style>
background-color css
<style>
a { background-color: #DFBF16; }
a { background-color: rgb(223,191,22); }
div.DivClassName
{
background-color: #DFBF16;
}
.BgClassName
{
background-color: #DFBF16;
}
</style>
border-color css
<style>
span { border-color: #DFBF16; }
span { border-color: rgb(223,191,22); }
td.TdClassName
{
border-color: #DFBF16;
}
.TagClassName
{
border-color: #DFBF16;
}
</style>