Shades of Sunflower #DFD50E
Tints of Sunflower #DFD50E
RGB
CMYK
RGB Variations
Color information
#DFD50E (or 0xDFD50E) is known color: Sunflower. HEX triplet: DF, D5 and 0E. RGB value is (223,213,14). Sum of RGB (Red+Green+Blue) = 223+213+14=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 14 (5.86% from 255 or 3.11% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD50E is #202AF1. Grayscale: #C2C2C2. Windows color (decimal): -2108146 or 972255. OLE color: 972255.
HSL color Cylindrical-coordinate representation of color #DFD50E: hue angle of 57.13º 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 #DFD50E is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 14 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.13 |
| HSL | 57.13º | 0.88% | 0.46% | - |
| HSV(B) | 57.13º | 0.94% | 0.87% | - |
| XYZ | 54.3 | 63.31 | 9.77 | - |
| YUV | 193.3 | 26.81 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 14 | 0 | 0.04 | 0.94 | 0.13 | 57.13 | 0.88 | 0.46 |
| Hex | DF | D5 | E | 0 | 4 | 5E | D | 39 | 58 | 2E |
| Octal | 337 | 325 | 16 | 0 | 4 | 136 | 15 | 71 | 130 | 56 |
| Binary | 11011111 | 11010101 | 1110 | 0 | 100 | 1011110 | 1101 | 111001 | 1011000 | 101110 |
Color Harmonies of #DFD50E
Complementary color
Monochromatic Colors of #DFD50E
Black with #DFD50E
Text Example
Text Example
White with #DFD50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD50E; }
p { color: rgb(223,213,14); }
H1.HeaderClassName
{
color: #DFD50E;
}
.AnyTagClassName
{
color: #DFD50E;
}
</style>
background-color css
<style>
a { background-color: #DFD50E; }
a { background-color: rgb(223,213,14); }
div.DivClassName
{
background-color: #DFD50E;
}
.BgClassName
{
background-color: #DFD50E;
}
</style>
border-color css
<style>
span { border-color: #DFD50E; }
span { border-color: rgb(223,213,14); }
td.TdClassName
{
border-color: #DFD50E;
}
.TagClassName
{
border-color: #DFD50E;
}
</style>