Shades of Sunflower #DFD20E
Tints of Sunflower #DFD20E
RGB
CMYK
RGB Variations
Color information
#DFD20E (or 0xDFD20E) is known color: Sunflower. HEX triplet: DF, D2 and 0E. RGB value is (223,210,14). Sum of RGB (Red+Green+Blue) = 223+210+14=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 14 (5.86% from 255 or 3.13% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD20E is #202DF1. Grayscale: #C0C0C0. Windows color (decimal): -2108914 or 971487. OLE color: 971487.
HSL color Cylindrical-coordinate representation of color #DFD20E: hue angle of 56.27º 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 #DFD20E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 14 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.13 |
| HSL | 56.27º | 0.88% | 0.46% | - |
| HSV(B) | 56.27º | 0.94% | 0.87% | - |
| XYZ | 53.56 | 61.81 | 9.52 | - |
| YUV | 191.54 | 27.81 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 14 | 0 | 0.06 | 0.94 | 0.13 | 56.27 | 0.88 | 0.46 |
| Hex | DF | D2 | E | 0 | 6 | 5E | D | 38 | 58 | 2E |
| Octal | 337 | 322 | 16 | 0 | 6 | 136 | 15 | 70 | 130 | 56 |
| Binary | 11011111 | 11010010 | 1110 | 0 | 110 | 1011110 | 1101 | 111000 | 1011000 | 101110 |
Color Harmonies of #DFD20E
Complementary color
Monochromatic Colors of #DFD20E
Black with #DFD20E
Text Example
Text Example
White with #DFD20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD20E; }
p { color: rgb(223,210,14); }
H1.HeaderClassName
{
color: #DFD20E;
}
.AnyTagClassName
{
color: #DFD20E;
}
</style>
background-color css
<style>
a { background-color: #DFD20E; }
a { background-color: rgb(223,210,14); }
div.DivClassName
{
background-color: #DFD20E;
}
.BgClassName
{
background-color: #DFD20E;
}
</style>
border-color css
<style>
span { border-color: #DFD20E; }
span { border-color: rgb(223,210,14); }
td.TdClassName
{
border-color: #DFD20E;
}
.TagClassName
{
border-color: #DFD20E;
}
</style>