Shades of Sunflower #DFD20D
Tints of Sunflower #DFD20D
RGB
CMYK
RGB Variations
Color information
#DFD20D (or 0xDFD20D) is known color: Sunflower. HEX triplet: DF, D2 and 0D. RGB value is (223,210,13). Sum of RGB (Red+Green+Blue) = 223+210+13=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD20D is #202DF2. Grayscale: #C0C0C0. Windows color (decimal): -2108915 or 905951. OLE color: 905951.
HSL color Cylindrical-coordinate representation of color #DFD20D: hue angle of 56.29º 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 #DFD20D is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 13 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.13 |
| HSL | 56.29º | 0.89% | 0.46% | - |
| HSV(B) | 56.29º | 0.94% | 0.87% | - |
| XYZ | 53.55 | 61.81 | 9.49 | - |
| YUV | 191.43 | 27.31 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 13 | 0 | 0.06 | 0.94 | 0.13 | 56.29 | 0.89 | 0.46 |
| Hex | DF | D2 | D | 0 | 6 | 5E | D | 38 | 59 | 2E |
| Octal | 337 | 322 | 15 | 0 | 6 | 136 | 15 | 70 | 131 | 56 |
| Binary | 11011111 | 11010010 | 1101 | 0 | 110 | 1011110 | 1101 | 111000 | 1011001 | 101110 |
Color Harmonies of #DFD20D
Complementary color
Monochromatic Colors of #DFD20D
Black with #DFD20D
Text Example
Text Example
White with #DFD20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD20D; }
p { color: rgb(223,210,13); }
H1.HeaderClassName
{
color: #DFD20D;
}
.AnyTagClassName
{
color: #DFD20D;
}
</style>
background-color css
<style>
a { background-color: #DFD20D; }
a { background-color: rgb(223,210,13); }
div.DivClassName
{
background-color: #DFD20D;
}
.BgClassName
{
background-color: #DFD20D;
}
</style>
border-color css
<style>
span { border-color: #DFD20D; }
span { border-color: rgb(223,210,13); }
td.TdClassName
{
border-color: #DFD20D;
}
.TagClassName
{
border-color: #DFD20D;
}
</style>