Shades of Sunflower #DFC420
Tints of Sunflower #DFC420
RGB
CMYK
RGB Variations
Color information
#DFC420 (or 0xDFC420) is known color: Sunflower. HEX triplet: DF, C4 and 20. RGB value is (223,196,32). Sum of RGB (Red+Green+Blue) = 223+196+32=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC420 is #203BDF. Grayscale: #BABABA. Windows color (decimal): -2112480 or 2147551. OLE color: 2147551.
HSL color Cylindrical-coordinate representation of color #DFC420: hue angle of 51.52º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFC420 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 32 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.13 |
| HSL | 51.52º | 0.75% | 0.5% | - |
| HSV(B) | 51.52º | 0.86% | 0.87% | - |
| XYZ | 50.43 | 55.27 | 9.38 | - |
| YUV | 185.38 | 41.45 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 32 | 0 | 0.12 | 0.86 | 0.13 | 51.52 | 0.75 | 0.5 |
| Hex | DF | C4 | 20 | 0 | C | 56 | D | 34 | 4B | 32 |
| Octal | 337 | 304 | 40 | 0 | 14 | 126 | 15 | 64 | 113 | 62 |
| Binary | 11011111 | 11000100 | 100000 | 0 | 1100 | 1010110 | 1101 | 110100 | 1001011 | 110010 |
Color Harmonies of #DFC420
Complementary color
Monochromatic Colors of #DFC420
Black with #DFC420
Text Example
Text Example
White with #DFC420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC420; }
p { color: rgb(223,196,32); }
H1.HeaderClassName
{
color: #DFC420;
}
.AnyTagClassName
{
color: #DFC420;
}
</style>
background-color css
<style>
a { background-color: #DFC420; }
a { background-color: rgb(223,196,32); }
div.DivClassName
{
background-color: #DFC420;
}
.BgClassName
{
background-color: #DFC420;
}
</style>
border-color css
<style>
span { border-color: #DFC420; }
span { border-color: rgb(223,196,32); }
td.TdClassName
{
border-color: #DFC420;
}
.TagClassName
{
border-color: #DFC420;
}
</style>