Shades of Sunflower #DFC421
Tints of Sunflower #DFC421
RGB
CMYK
RGB Variations
Color information
#DFC421 (or 0xDFC421) is known color: Sunflower. HEX triplet: DF, C4 and 21. RGB value is (223,196,33). Sum of RGB (Red+Green+Blue) = 223+196+33=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 33 (13.28% from 255 or 7.30% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC421 is #203BDE. Grayscale: #BABABA. Windows color (decimal): -2112479 or 2213087. OLE color: 2213087.
HSL color Cylindrical-coordinate representation of color #DFC421: hue angle of 51.47º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFC421 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 33 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.13 |
| HSL | 51.47º | 0.75% | 0.5% | - |
| HSV(B) | 51.47º | 0.85% | 0.87% | - |
| XYZ | 50.45 | 55.28 | 9.45 | - |
| YUV | 185.49 | 41.95 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 33 | 0 | 0.12 | 0.85 | 0.13 | 51.47 | 0.75 | 0.5 |
| Hex | DF | C4 | 21 | 0 | C | 55 | D | 33 | 4B | 32 |
| Octal | 337 | 304 | 41 | 0 | 14 | 125 | 15 | 63 | 113 | 62 |
| Binary | 11011111 | 11000100 | 100001 | 0 | 1100 | 1010101 | 1101 | 110011 | 1001011 | 110010 |
Color Harmonies of #DFC421
Complementary color
Monochromatic Colors of #DFC421
Black with #DFC421
Text Example
Text Example
White with #DFC421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC421; }
p { color: rgb(223,196,33); }
H1.HeaderClassName
{
color: #DFC421;
}
.AnyTagClassName
{
color: #DFC421;
}
</style>
background-color css
<style>
a { background-color: #DFC421; }
a { background-color: rgb(223,196,33); }
div.DivClassName
{
background-color: #DFC421;
}
.BgClassName
{
background-color: #DFC421;
}
</style>
border-color css
<style>
span { border-color: #DFC421; }
span { border-color: rgb(223,196,33); }
td.TdClassName
{
border-color: #DFC421;
}
.TagClassName
{
border-color: #DFC421;
}
</style>