Shades of Sunflower #DFC116
Tints of Sunflower #DFC116
RGB
CMYK
RGB Variations
Color information
#DFC116 (or 0xDFC116) is known color: Sunflower. HEX triplet: DF, C1 and 16. RGB value is (223,193,22). Sum of RGB (Red+Green+Blue) = 223+193+22=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC116 is #203EE9. Grayscale: #B7B7B7. Windows color (decimal): -2113258 or 1491423. OLE color: 1491423.
HSL color Cylindrical-coordinate representation of color #DFC116: hue angle of 51.04º 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 #DFC116 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 22 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.13 |
| HSL | 51.04º | 0.82% | 0.48% | - |
| HSV(B) | 51.04º | 0.9% | 0.87% | - |
| XYZ | 49.65 | 53.89 | 8.54 | - |
| YUV | 182.48 | 37.44 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 22 | 0 | 0.13 | 0.90 | 0.13 | 51.04 | 0.82 | 0.48 |
| Hex | DF | C1 | 16 | 0 | D | 5A | D | 33 | 52 | 30 |
| Octal | 337 | 301 | 26 | 0 | 15 | 132 | 15 | 63 | 122 | 60 |
| Binary | 11011111 | 11000001 | 10110 | 0 | 1101 | 1011010 | 1101 | 110011 | 1010010 | 110000 |
Color Harmonies of #DFC116
Complementary color
Monochromatic Colors of #DFC116
Black with #DFC116
Text Example
Text Example
White with #DFC116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC116; }
p { color: rgb(223,193,22); }
H1.HeaderClassName
{
color: #DFC116;
}
.AnyTagClassName
{
color: #DFC116;
}
</style>
background-color css
<style>
a { background-color: #DFC116; }
a { background-color: rgb(223,193,22); }
div.DivClassName
{
background-color: #DFC116;
}
.BgClassName
{
background-color: #DFC116;
}
</style>
border-color css
<style>
span { border-color: #DFC116; }
span { border-color: rgb(223,193,22); }
td.TdClassName
{
border-color: #DFC116;
}
.TagClassName
{
border-color: #DFC116;
}
</style>