Shades of Sunflower #DFD80A
Tints of Sunflower #DFD80A
RGB
CMYK
RGB Variations
Color information
#DFD80A (or 0xDFD80A) is known color: Sunflower. HEX triplet: DF, D8 and 0A. RGB value is (223,216,10). Sum of RGB (Red+Green+Blue) = 223+216+10=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 10 (4.30% from 255 or 2.23% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD80A is #2027F5. Grayscale: #C3C3C3. Windows color (decimal): -2107382 or 710879. OLE color: 710879.
HSL color Cylindrical-coordinate representation of color #DFD80A: hue angle of 58.03º 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 #DFD80A is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 10 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.13 |
| HSL | 58.03º | 0.91% | 0.46% | - |
| HSV(B) | 58.03º | 0.96% | 0.87% | - |
| XYZ | 55.04 | 64.82 | 9.9 | - |
| YUV | 194.61 | 23.82 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 10 | 0 | 0.03 | 0.96 | 0.13 | 58.03 | 0.91 | 0.46 |
| Hex | DF | D8 | A | 0 | 3 | 60 | D | 3A | 5B | 2E |
| Octal | 337 | 330 | 12 | 0 | 3 | 140 | 15 | 72 | 133 | 56 |
| Binary | 11011111 | 11011000 | 1010 | 0 | 11 | 1100000 | 1101 | 111010 | 1011011 | 101110 |
Color Harmonies of #DFD80A
Complementary color
Monochromatic Colors of #DFD80A
Black with #DFD80A
Text Example
Text Example
White with #DFD80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD80A; }
p { color: rgb(223,216,10); }
H1.HeaderClassName
{
color: #DFD80A;
}
.AnyTagClassName
{
color: #DFD80A;
}
</style>
background-color css
<style>
a { background-color: #DFD80A; }
a { background-color: rgb(223,216,10); }
div.DivClassName
{
background-color: #DFD80A;
}
.BgClassName
{
background-color: #DFD80A;
}
</style>
border-color css
<style>
span { border-color: #DFD80A; }
span { border-color: rgb(223,216,10); }
td.TdClassName
{
border-color: #DFD80A;
}
.TagClassName
{
border-color: #DFD80A;
}
</style>