Shades of Sunflower #DFD30E
Tints of Sunflower #DFD30E
RGB
CMYK
RGB Variations
Color information
#DFD30E (or 0xDFD30E) is known color: Sunflower. HEX triplet: DF, D3 and 0E. RGB value is (223,211,14). Sum of RGB (Red+Green+Blue) = 223+211+14=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 14 (5.86% from 255 or 3.12% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD30E is #202CF1. Grayscale: #C0C0C0. Windows color (decimal): -2108658 or 971743. OLE color: 971743.
HSL color Cylindrical-coordinate representation of color #DFD30E: hue angle of 56.56º 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 #DFD30E is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 14 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.13 |
| HSL | 56.56º | 0.88% | 0.46% | - |
| HSV(B) | 56.56º | 0.94% | 0.87% | - |
| XYZ | 53.8 | 62.31 | 9.61 | - |
| YUV | 192.13 | 27.48 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 14 | 0 | 0.05 | 0.94 | 0.13 | 56.56 | 0.88 | 0.46 |
| Hex | DF | D3 | E | 0 | 5 | 5E | D | 39 | 58 | 2E |
| Octal | 337 | 323 | 16 | 0 | 5 | 136 | 15 | 71 | 130 | 56 |
| Binary | 11011111 | 11010011 | 1110 | 0 | 101 | 1011110 | 1101 | 111001 | 1011000 | 101110 |
Color Harmonies of #DFD30E
Complementary color
Monochromatic Colors of #DFD30E
Black with #DFD30E
Text Example
Text Example
White with #DFD30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD30E; }
p { color: rgb(223,211,14); }
H1.HeaderClassName
{
color: #DFD30E;
}
.AnyTagClassName
{
color: #DFD30E;
}
</style>
background-color css
<style>
a { background-color: #DFD30E; }
a { background-color: rgb(223,211,14); }
div.DivClassName
{
background-color: #DFD30E;
}
.BgClassName
{
background-color: #DFD30E;
}
</style>
border-color css
<style>
span { border-color: #DFD30E; }
span { border-color: rgb(223,211,14); }
td.TdClassName
{
border-color: #DFD30E;
}
.TagClassName
{
border-color: #DFD30E;
}
</style>