Shades of Sunflower #DFC517
Tints of Sunflower #DFC517
RGB
CMYK
RGB Variations
Color information
#DFC517 (or 0xDFC517) is known color: Sunflower. HEX triplet: DF, C5 and 17. RGB value is (223,197,23). Sum of RGB (Red+Green+Blue) = 223+197+23=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 23 (9.38% from 255 or 5.19% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC517 is #203AE8. Grayscale: #B9B9B9. Windows color (decimal): -2112233 or 1557983. OLE color: 1557983.
HSL color Cylindrical-coordinate representation of color #DFC517: hue angle of 52.2º degrees, saturation: 0.81, 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 #DFC517 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 23 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.13 |
| HSL | 52.2º | 0.81% | 0.48% | - |
| HSV(B) | 52.2º | 0.9% | 0.87% | - |
| XYZ | 50.55 | 55.68 | 8.89 | - |
| YUV | 184.94 | 36.61 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 23 | 0 | 0.12 | 0.90 | 0.13 | 52.2 | 0.81 | 0.48 |
| Hex | DF | C5 | 17 | 0 | C | 5A | D | 34 | 51 | 30 |
| Octal | 337 | 305 | 27 | 0 | 14 | 132 | 15 | 64 | 121 | 60 |
| Binary | 11011111 | 11000101 | 10111 | 0 | 1100 | 1011010 | 1101 | 110100 | 1010001 | 110000 |
Color Harmonies of #DFC517
Complementary color
Monochromatic Colors of #DFC517
Black with #DFC517
Text Example
Text Example
White with #DFC517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC517; }
p { color: rgb(223,197,23); }
H1.HeaderClassName
{
color: #DFC517;
}
.AnyTagClassName
{
color: #DFC517;
}
</style>
background-color css
<style>
a { background-color: #DFC517; }
a { background-color: rgb(223,197,23); }
div.DivClassName
{
background-color: #DFC517;
}
.BgClassName
{
background-color: #DFC517;
}
</style>
border-color css
<style>
span { border-color: #DFC517; }
span { border-color: rgb(223,197,23); }
td.TdClassName
{
border-color: #DFC517;
}
.TagClassName
{
border-color: #DFC517;
}
</style>