Shades of Sunflower #DFD50D
Tints of Sunflower #DFD50D
RGB
CMYK
RGB Variations
Color information
#DFD50D (or 0xDFD50D) is known color: Sunflower. HEX triplet: DF, D5 and 0D. RGB value is (223,213,13). Sum of RGB (Red+Green+Blue) = 223+213+13=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 13 (5.47% from 255 or 2.90% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD50D is #202AF2. Grayscale: #C2C2C2. Windows color (decimal): -2108147 or 906719. OLE color: 906719.
HSL color Cylindrical-coordinate representation of color #DFD50D: hue angle of 57.14º degrees, saturation: 0.89, 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 #DFD50D is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 13 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.13 |
| HSL | 57.14º | 0.89% | 0.46% | - |
| HSV(B) | 57.14º | 0.94% | 0.87% | - |
| XYZ | 54.3 | 63.31 | 9.74 | - |
| YUV | 193.19 | 26.31 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 13 | 0 | 0.04 | 0.94 | 0.13 | 57.14 | 0.89 | 0.46 |
| Hex | DF | D5 | D | 0 | 4 | 5E | D | 39 | 59 | 2E |
| Octal | 337 | 325 | 15 | 0 | 4 | 136 | 15 | 71 | 131 | 56 |
| Binary | 11011111 | 11010101 | 1101 | 0 | 100 | 1011110 | 1101 | 111001 | 1011001 | 101110 |
Color Harmonies of #DFD50D
Complementary color
Monochromatic Colors of #DFD50D
Black with #DFD50D
Text Example
Text Example
White with #DFD50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD50D; }
p { color: rgb(223,213,13); }
H1.HeaderClassName
{
color: #DFD50D;
}
.AnyTagClassName
{
color: #DFD50D;
}
</style>
background-color css
<style>
a { background-color: #DFD50D; }
a { background-color: rgb(223,213,13); }
div.DivClassName
{
background-color: #DFD50D;
}
.BgClassName
{
background-color: #DFD50D;
}
</style>
border-color css
<style>
span { border-color: #DFD50D; }
span { border-color: rgb(223,213,13); }
td.TdClassName
{
border-color: #DFD50D;
}
.TagClassName
{
border-color: #DFD50D;
}
</style>