Shades of Sunflower #DFC616
Tints of Sunflower #DFC616
RGB
CMYK
RGB Variations
Color information
#DFC616 (or 0xDFC616) is known color: Sunflower. HEX triplet: DF, C6 and 16. RGB value is (223,198,22). Sum of RGB (Red+Green+Blue) = 223+198+22=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC616 is #2039E9. Grayscale: #BABABA. Windows color (decimal): -2111978 or 1492703. OLE color: 1492703.
HSL color Cylindrical-coordinate representation of color #DFC616: hue angle of 52.54º 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 #DFC616 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 22 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.13 |
| HSL | 52.54º | 0.82% | 0.48% | - |
| HSV(B) | 52.54º | 0.9% | 0.87% | - |
| XYZ | 50.77 | 56.13 | 8.92 | - |
| YUV | 185.41 | 35.78 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 22 | 0 | 0.11 | 0.90 | 0.13 | 52.54 | 0.82 | 0.48 |
| Hex | DF | C6 | 16 | 0 | B | 5A | D | 35 | 52 | 30 |
| Octal | 337 | 306 | 26 | 0 | 13 | 132 | 15 | 65 | 122 | 60 |
| Binary | 11011111 | 11000110 | 10110 | 0 | 1011 | 1011010 | 1101 | 110101 | 1010010 | 110000 |
Color Harmonies of #DFC616
Complementary color
Monochromatic Colors of #DFC616
Black with #DFC616
Text Example
Text Example
White with #DFC616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC616; }
p { color: rgb(223,198,22); }
H1.HeaderClassName
{
color: #DFC616;
}
.AnyTagClassName
{
color: #DFC616;
}
</style>
background-color css
<style>
a { background-color: #DFC616; }
a { background-color: rgb(223,198,22); }
div.DivClassName
{
background-color: #DFC616;
}
.BgClassName
{
background-color: #DFC616;
}
</style>
border-color css
<style>
span { border-color: #DFC616; }
span { border-color: rgb(223,198,22); }
td.TdClassName
{
border-color: #DFC616;
}
.TagClassName
{
border-color: #DFC616;
}
</style>