Shades of Sunflower #DFD015
Tints of Sunflower #DFD015
RGB
CMYK
RGB Variations
Color information
#DFD015 (or 0xDFD015) is known color: Sunflower. HEX triplet: DF, D0 and 15. RGB value is (223,208,21). Sum of RGB (Red+Green+Blue) = 223+208+21=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 21 (8.59% from 255 or 4.65% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD015 is #202FEA. Grayscale: #BFBFBF. Windows color (decimal): -2109419 or 1429727. OLE color: 1429727.
HSL color Cylindrical-coordinate representation of color #DFD015: hue angle of 55.54º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFD015 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 21 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.13 |
| HSL | 55.54º | 0.83% | 0.48% | - |
| HSV(B) | 55.54º | 0.91% | 0.87% | - |
| XYZ | 53.12 | 60.85 | 9.66 | - |
| YUV | 191.17 | 31.97 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 21 | 0 | 0.07 | 0.91 | 0.13 | 55.54 | 0.83 | 0.48 |
| Hex | DF | D0 | 15 | 0 | 7 | 5B | D | 38 | 53 | 30 |
| Octal | 337 | 320 | 25 | 0 | 7 | 133 | 15 | 70 | 123 | 60 |
| Binary | 11011111 | 11010000 | 10101 | 0 | 111 | 1011011 | 1101 | 111000 | 1010011 | 110000 |
Color Harmonies of #DFD015
Complementary color
Monochromatic Colors of #DFD015
Black with #DFD015
Text Example
Text Example
White with #DFD015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD015; }
p { color: rgb(223,208,21); }
H1.HeaderClassName
{
color: #DFD015;
}
.AnyTagClassName
{
color: #DFD015;
}
</style>
background-color css
<style>
a { background-color: #DFD015; }
a { background-color: rgb(223,208,21); }
div.DivClassName
{
background-color: #DFD015;
}
.BgClassName
{
background-color: #DFD015;
}
</style>
border-color css
<style>
span { border-color: #DFD015; }
span { border-color: rgb(223,208,21); }
td.TdClassName
{
border-color: #DFD015;
}
.TagClassName
{
border-color: #DFD015;
}
</style>