Shades of Sunflower #DFC117
Tints of Sunflower #DFC117
RGB
CMYK
RGB Variations
Color information
#DFC117 (or 0xDFC117) is known color: Sunflower. HEX triplet: DF, C1 and 17. RGB value is (223,193,23). Sum of RGB (Red+Green+Blue) = 223+193+23=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 23 (9.38% from 255 or 5.24% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC117 is #203EE8. Grayscale: #B7B7B7. Windows color (decimal): -2113257 or 1556959. OLE color: 1556959.
HSL color Cylindrical-coordinate representation of color #DFC117: hue angle of 51º 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 #DFC117 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 23 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.13 |
| HSL | 51º | 0.81% | 0.48% | - |
| HSV(B) | 51º | 0.9% | 0.87% | - |
| XYZ | 49.66 | 53.89 | 8.6 | - |
| YUV | 182.59 | 37.94 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 23 | 0 | 0.13 | 0.90 | 0.13 | 51 | 0.81 | 0.48 |
| Hex | DF | C1 | 17 | 0 | D | 5A | D | 33 | 51 | 30 |
| Octal | 337 | 301 | 27 | 0 | 15 | 132 | 15 | 63 | 121 | 60 |
| Binary | 11011111 | 11000001 | 10111 | 0 | 1101 | 1011010 | 1101 | 110011 | 1010001 | 110000 |
Color Harmonies of #DFC117
Complementary color
Monochromatic Colors of #DFC117
Black with #DFC117
Text Example
Text Example
White with #DFC117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC117; }
p { color: rgb(223,193,23); }
H1.HeaderClassName
{
color: #DFC117;
}
.AnyTagClassName
{
color: #DFC117;
}
</style>
background-color css
<style>
a { background-color: #DFC117; }
a { background-color: rgb(223,193,23); }
div.DivClassName
{
background-color: #DFC117;
}
.BgClassName
{
background-color: #DFC117;
}
</style>
border-color css
<style>
span { border-color: #DFC117; }
span { border-color: rgb(223,193,23); }
td.TdClassName
{
border-color: #DFC117;
}
.TagClassName
{
border-color: #DFC117;
}
</style>