Shades of Sunflower #DFC416
Tints of Sunflower #DFC416
RGB
CMYK
RGB Variations
Color information
#DFC416 (or 0xDFC416) is known color: Sunflower. HEX triplet: DF, C4 and 16. RGB value is (223,196,22). Sum of RGB (Red+Green+Blue) = 223+196+22=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC416 is #203BE9. Grayscale: #B8B8B8. Windows color (decimal): -2112490 or 1492191. OLE color: 1492191.
HSL color Cylindrical-coordinate representation of color #DFC416: hue angle of 51.94º 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 #DFC416 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 22 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.13 |
| HSL | 51.94º | 0.82% | 0.48% | - |
| HSV(B) | 51.94º | 0.9% | 0.87% | - |
| XYZ | 50.32 | 55.23 | 8.77 | - |
| YUV | 184.24 | 36.45 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 22 | 0 | 0.12 | 0.90 | 0.13 | 51.94 | 0.82 | 0.48 |
| Hex | DF | C4 | 16 | 0 | C | 5A | D | 34 | 52 | 30 |
| Octal | 337 | 304 | 26 | 0 | 14 | 132 | 15 | 64 | 122 | 60 |
| Binary | 11011111 | 11000100 | 10110 | 0 | 1100 | 1011010 | 1101 | 110100 | 1010010 | 110000 |
Color Harmonies of #DFC416
Complementary color
Monochromatic Colors of #DFC416
Black with #DFC416
Text Example
Text Example
White with #DFC416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC416; }
p { color: rgb(223,196,22); }
H1.HeaderClassName
{
color: #DFC416;
}
.AnyTagClassName
{
color: #DFC416;
}
</style>
background-color css
<style>
a { background-color: #DFC416; }
a { background-color: rgb(223,196,22); }
div.DivClassName
{
background-color: #DFC416;
}
.BgClassName
{
background-color: #DFC416;
}
</style>
border-color css
<style>
span { border-color: #DFC416; }
span { border-color: rgb(223,196,22); }
td.TdClassName
{
border-color: #DFC416;
}
.TagClassName
{
border-color: #DFC416;
}
</style>