Shades of Sunflower #DFD50A
Tints of Sunflower #DFD50A
RGB
CMYK
RGB Variations
Color information
#DFD50A (or 0xDFD50A) is known color: Sunflower. HEX triplet: DF, D5 and 0A. RGB value is (223,213,10). Sum of RGB (Red+Green+Blue) = 223+213+10=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 10 (4.30% from 255 or 2.24% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD50A is #202AF5. Grayscale: #C1C1C1. Windows color (decimal): -2108150 or 710111. OLE color: 710111.
HSL color Cylindrical-coordinate representation of color #DFD50A: hue angle of 57.18º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFD50A is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 10 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.13 |
| HSL | 57.18º | 0.91% | 0.46% | - |
| HSV(B) | 57.18º | 0.96% | 0.87% | - |
| XYZ | 54.28 | 63.3 | 9.64 | - |
| YUV | 192.85 | 24.81 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 10 | 0 | 0.04 | 0.96 | 0.13 | 57.18 | 0.91 | 0.46 |
| Hex | DF | D5 | A | 0 | 4 | 60 | D | 39 | 5B | 2E |
| Octal | 337 | 325 | 12 | 0 | 4 | 140 | 15 | 71 | 133 | 56 |
| Binary | 11011111 | 11010101 | 1010 | 0 | 100 | 1100000 | 1101 | 111001 | 1011011 | 101110 |
Color Harmonies of #DFD50A
Complementary color
Monochromatic Colors of #DFD50A
Black with #DFD50A
Text Example
Text Example
White with #DFD50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD50A; }
p { color: rgb(223,213,10); }
H1.HeaderClassName
{
color: #DFD50A;
}
.AnyTagClassName
{
color: #DFD50A;
}
</style>
background-color css
<style>
a { background-color: #DFD50A; }
a { background-color: rgb(223,213,10); }
div.DivClassName
{
background-color: #DFD50A;
}
.BgClassName
{
background-color: #DFD50A;
}
</style>
border-color css
<style>
span { border-color: #DFD50A; }
span { border-color: rgb(223,213,10); }
td.TdClassName
{
border-color: #DFD50A;
}
.TagClassName
{
border-color: #DFD50A;
}
</style>