Shades of Sunflower #DFB10E
Tints of Sunflower #DFB10E
RGB
CMYK
RGB Variations
Color information
#DFB10E (or 0xDFB10E) is known color: Sunflower. HEX triplet: DF, B1 and 0E. RGB value is (223,177,14). Sum of RGB (Red+Green+Blue) = 223+177+14=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 14 (5.86% from 255 or 3.38% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB10E is #204EF1. Grayscale: #ACACAC. Windows color (decimal): -2117362 or 963039. OLE color: 963039.
HSL color Cylindrical-coordinate representation of color #DFB10E: hue angle of 46.79º 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 #DFB10E is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 14 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.13 |
| HSL | 46.79º | 0.88% | 0.46% | - |
| HSV(B) | 46.79º | 0.94% | 0.87% | - |
| XYZ | 46.23 | 47.16 | 7.08 | - |
| YUV | 172.17 | 38.74 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 14 | 0 | 0.21 | 0.94 | 0.13 | 46.79 | 0.88 | 0.46 |
| Hex | DF | B1 | E | 0 | 15 | 5E | D | 2F | 58 | 2E |
| Octal | 337 | 261 | 16 | 0 | 25 | 136 | 15 | 57 | 130 | 56 |
| Binary | 11011111 | 10110001 | 1110 | 0 | 10101 | 1011110 | 1101 | 101111 | 1011000 | 101110 |
Color Harmonies of #DFB10E
Complementary color
Monochromatic Colors of #DFB10E
Black with #DFB10E
Text Example
Text Example
White with #DFB10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB10E; }
p { color: rgb(223,177,14); }
H1.HeaderClassName
{
color: #DFB10E;
}
.AnyTagClassName
{
color: #DFB10E;
}
</style>
background-color css
<style>
a { background-color: #DFB10E; }
a { background-color: rgb(223,177,14); }
div.DivClassName
{
background-color: #DFB10E;
}
.BgClassName
{
background-color: #DFB10E;
}
</style>
border-color css
<style>
span { border-color: #DFB10E; }
span { border-color: rgb(223,177,14); }
td.TdClassName
{
border-color: #DFB10E;
}
.TagClassName
{
border-color: #DFB10E;
}
</style>