Shades of Sunflower #DFC004
Tints of Sunflower #DFC004
RGB
CMYK
RGB Variations
Color information
#DFC004 (or 0xDFC004) is known color: Sunflower. HEX triplet: DF, C0 and 04. RGB value is (223,192,4). Sum of RGB (Red+Green+Blue) = 223+192+4=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC004 is #203FFB. Grayscale: #B4B4B4. Windows color (decimal): -2113532 or 311519. OLE color: 311519.
HSL color Cylindrical-coordinate representation of color #DFC004: hue angle of 51.51º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DFC004 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 4 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.13 |
| HSL | 51.51º | 0.96% | 0.45% | - |
| HSV(B) | 51.51º | 0.98% | 0.87% | - |
| XYZ | 49.3 | 53.4 | 7.82 | - |
| YUV | 179.84 | 28.77 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 4 | 0 | 0.14 | 0.98 | 0.13 | 51.51 | 0.96 | 0.45 |
| Hex | DF | C0 | 4 | 0 | E | 62 | D | 34 | 60 | 2D |
| Octal | 337 | 300 | 4 | 0 | 16 | 142 | 15 | 64 | 140 | 55 |
| Binary | 11011111 | 11000000 | 100 | 0 | 1110 | 1100010 | 1101 | 110100 | 1100000 | 101101 |
Color Harmonies of #DFC004
Complementary color
Monochromatic Colors of #DFC004
Black with #DFC004
Text Example
Text Example
White with #DFC004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC004; }
p { color: rgb(223,192,4); }
H1.HeaderClassName
{
color: #DFC004;
}
.AnyTagClassName
{
color: #DFC004;
}
</style>
background-color css
<style>
a { background-color: #DFC004; }
a { background-color: rgb(223,192,4); }
div.DivClassName
{
background-color: #DFC004;
}
.BgClassName
{
background-color: #DFC004;
}
</style>
border-color css
<style>
span { border-color: #DFC004; }
span { border-color: rgb(223,192,4); }
td.TdClassName
{
border-color: #DFC004;
}
.TagClassName
{
border-color: #DFC004;
}
</style>