Shades of Sunflower #DFD60E
Tints of Sunflower #DFD60E
RGB
CMYK
RGB Variations
Color information
#DFD60E (or 0xDFD60E) is known color: Sunflower. HEX triplet: DF, D6 and 0E. RGB value is (223,214,14). Sum of RGB (Red+Green+Blue) = 223+214+14=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 14 (5.86% from 255 or 3.10% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD60E is #2029F1. Grayscale: #C2C2C2. Windows color (decimal): -2107890 or 972511. OLE color: 972511.
HSL color Cylindrical-coordinate representation of color #DFD60E: hue angle of 57.42º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFD60E is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 14 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.13 |
| HSL | 57.42º | 0.88% | 0.46% | - |
| HSV(B) | 57.42º | 0.94% | 0.87% | - |
| XYZ | 54.56 | 63.81 | 9.86 | - |
| YUV | 193.89 | 26.48 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 14 | 0 | 0.04 | 0.94 | 0.13 | 57.42 | 0.88 | 0.46 |
| Hex | DF | D6 | E | 0 | 4 | 5E | D | 39 | 58 | 2E |
| Octal | 337 | 326 | 16 | 0 | 4 | 136 | 15 | 71 | 130 | 56 |
| Binary | 11011111 | 11010110 | 1110 | 0 | 100 | 1011110 | 1101 | 111001 | 1011000 | 101110 |
Color Harmonies of #DFD60E
Complementary color
Monochromatic Colors of #DFD60E
Black with #DFD60E
Text Example
Text Example
White with #DFD60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD60E; }
p { color: rgb(223,214,14); }
H1.HeaderClassName
{
color: #DFD60E;
}
.AnyTagClassName
{
color: #DFD60E;
}
</style>
background-color css
<style>
a { background-color: #DFD60E; }
a { background-color: rgb(223,214,14); }
div.DivClassName
{
background-color: #DFD60E;
}
.BgClassName
{
background-color: #DFD60E;
}
</style>
border-color css
<style>
span { border-color: #DFD60E; }
span { border-color: rgb(223,214,14); }
td.TdClassName
{
border-color: #DFD60E;
}
.TagClassName
{
border-color: #DFD60E;
}
</style>