Shades of Sunflower #DFC018
Tints of Sunflower #DFC018
RGB
CMYK
RGB Variations
Color information
#DFC018 (or 0xDFC018) is known color: Sunflower. HEX triplet: DF, C0 and 18. RGB value is (223,192,24). Sum of RGB (Red+Green+Blue) = 223+192+24=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 24 (9.77% from 255 or 5.47% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC018 is #203FE7. Grayscale: #B6B6B6. Windows color (decimal): -2113512 or 1622239. OLE color: 1622239.
HSL color Cylindrical-coordinate representation of color #DFC018: hue angle of 50.65º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DFC018 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 24 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.13 |
| HSL | 50.65º | 0.81% | 0.48% | - |
| HSV(B) | 50.65º | 0.89% | 0.87% | - |
| XYZ | 49.45 | 53.45 | 8.58 | - |
| YUV | 182.12 | 38.77 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 24 | 0 | 0.14 | 0.89 | 0.13 | 50.65 | 0.81 | 0.48 |
| Hex | DF | C0 | 18 | 0 | E | 59 | D | 33 | 51 | 30 |
| Octal | 337 | 300 | 30 | 0 | 16 | 131 | 15 | 63 | 121 | 60 |
| Binary | 11011111 | 11000000 | 11000 | 0 | 1110 | 1011001 | 1101 | 110011 | 1010001 | 110000 |
Color Harmonies of #DFC018
Complementary color
Monochromatic Colors of #DFC018
Black with #DFC018
Text Example
Text Example
White with #DFC018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC018; }
p { color: rgb(223,192,24); }
H1.HeaderClassName
{
color: #DFC018;
}
.AnyTagClassName
{
color: #DFC018;
}
</style>
background-color css
<style>
a { background-color: #DFC018; }
a { background-color: rgb(223,192,24); }
div.DivClassName
{
background-color: #DFC018;
}
.BgClassName
{
background-color: #DFC018;
}
</style>
border-color css
<style>
span { border-color: #DFC018; }
span { border-color: rgb(223,192,24); }
td.TdClassName
{
border-color: #DFC018;
}
.TagClassName
{
border-color: #DFC018;
}
</style>