Shades of Sunflower #DFC024
Tints of Sunflower #DFC024
RGB
CMYK
RGB Variations
Color information
#DFC024 (or 0xDFC024) is known color: Sunflower. HEX triplet: DF, C0 and 24. RGB value is (223,192,36). Sum of RGB (Red+Green+Blue) = 223+192+36=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 36 (14.45% from 255 or 7.98% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC024 is #203FDB. Grayscale: #B8B8B8. Windows color (decimal): -2113500 or 2408671. OLE color: 2408671.
HSL color Cylindrical-coordinate representation of color #DFC024: hue angle of 50.05º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFC024 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 36 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.13 |
| HSL | 50.05º | 0.75% | 0.51% | - |
| HSV(B) | 50.05º | 0.84% | 0.87% | - |
| XYZ | 49.6 | 53.51 | 9.38 | - |
| YUV | 183.49 | 44.77 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 36 | 0 | 0.14 | 0.84 | 0.13 | 50.05 | 0.75 | 0.51 |
| Hex | DF | C0 | 24 | 0 | E | 54 | D | 32 | 4B | 33 |
| Octal | 337 | 300 | 44 | 0 | 16 | 124 | 15 | 62 | 113 | 63 |
| Binary | 11011111 | 11000000 | 100100 | 0 | 1110 | 1010100 | 1101 | 110010 | 1001011 | 110011 |
Color Harmonies of #DFC024
Complementary color
Monochromatic Colors of #DFC024
Black with #DFC024
Text Example
Text Example
White with #DFC024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC024; }
p { color: rgb(223,192,36); }
H1.HeaderClassName
{
color: #DFC024;
}
.AnyTagClassName
{
color: #DFC024;
}
</style>
background-color css
<style>
a { background-color: #DFC024; }
a { background-color: rgb(223,192,36); }
div.DivClassName
{
background-color: #DFC024;
}
.BgClassName
{
background-color: #DFC024;
}
</style>
border-color css
<style>
span { border-color: #DFC024; }
span { border-color: rgb(223,192,36); }
td.TdClassName
{
border-color: #DFC024;
}
.TagClassName
{
border-color: #DFC024;
}
</style>