Shades of Sunflower #DFD004
Tints of Sunflower #DFD004
RGB
CMYK
RGB Variations
Color information
#DFD004 (or 0xDFD004) is known color: Sunflower. HEX triplet: DF, D0 and 04. RGB value is (223,208,4). Sum of RGB (Red+Green+Blue) = 223+208+4=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 4 (1.95% from 255 or 0.92% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD004 is #202FFB. Grayscale: #BEBEBE. Windows color (decimal): -2109436 or 315615. OLE color: 315615.
HSL color Cylindrical-coordinate representation of color #DFD004: hue angle of 55.89º 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 #DFD004 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 4 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.13 |
| HSL | 55.89º | 0.96% | 0.45% | - |
| HSV(B) | 55.89º | 0.98% | 0.87% | - |
| XYZ | 53.01 | 60.81 | 9.06 | - |
| YUV | 189.23 | 23.47 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 4 | 0 | 0.07 | 0.98 | 0.13 | 55.89 | 0.96 | 0.45 |
| Hex | DF | D0 | 4 | 0 | 7 | 62 | D | 38 | 60 | 2D |
| Octal | 337 | 320 | 4 | 0 | 7 | 142 | 15 | 70 | 140 | 55 |
| Binary | 11011111 | 11010000 | 100 | 0 | 111 | 1100010 | 1101 | 111000 | 1100000 | 101101 |
Color Harmonies of #DFD004
Complementary color
Monochromatic Colors of #DFD004
Black with #DFD004
Text Example
Text Example
White with #DFD004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD004; }
p { color: rgb(223,208,4); }
H1.HeaderClassName
{
color: #DFD004;
}
.AnyTagClassName
{
color: #DFD004;
}
</style>
background-color css
<style>
a { background-color: #DFD004; }
a { background-color: rgb(223,208,4); }
div.DivClassName
{
background-color: #DFD004;
}
.BgClassName
{
background-color: #DFD004;
}
</style>
border-color css
<style>
span { border-color: #DFD004; }
span { border-color: rgb(223,208,4); }
td.TdClassName
{
border-color: #DFD004;
}
.TagClassName
{
border-color: #DFD004;
}
</style>