Shades of Sunflower #DFB90E
Tints of Sunflower #DFB90E
RGB
CMYK
RGB Variations
Color information
#DFB90E (or 0xDFB90E) is known color: Sunflower. HEX triplet: DF, B9 and 0E. RGB value is (223,185,14). Sum of RGB (Red+Green+Blue) = 223+185+14=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 14 (5.86% from 255 or 3.32% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB90E is #2046F1. Grayscale: #B1B1B1. Windows color (decimal): -2115314 or 965087. OLE color: 965087.
HSL color Cylindrical-coordinate representation of color #DFB90E: hue angle of 49.09º 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 #DFB90E is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 14 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.13 |
| HSL | 49.09º | 0.88% | 0.46% | - |
| HSV(B) | 49.09º | 0.94% | 0.87% | - |
| XYZ | 47.86 | 50.42 | 7.62 | - |
| YUV | 176.87 | 36.09 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 14 | 0 | 0.17 | 0.94 | 0.13 | 49.09 | 0.88 | 0.46 |
| Hex | DF | B9 | E | 0 | 11 | 5E | D | 31 | 58 | 2E |
| Octal | 337 | 271 | 16 | 0 | 21 | 136 | 15 | 61 | 130 | 56 |
| Binary | 11011111 | 10111001 | 1110 | 0 | 10001 | 1011110 | 1101 | 110001 | 1011000 | 101110 |
Color Harmonies of #DFB90E
Complementary color
Monochromatic Colors of #DFB90E
Black with #DFB90E
Text Example
Text Example
White with #DFB90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB90E; }
p { color: rgb(223,185,14); }
H1.HeaderClassName
{
color: #DFB90E;
}
.AnyTagClassName
{
color: #DFB90E;
}
</style>
background-color css
<style>
a { background-color: #DFB90E; }
a { background-color: rgb(223,185,14); }
div.DivClassName
{
background-color: #DFB90E;
}
.BgClassName
{
background-color: #DFB90E;
}
</style>
border-color css
<style>
span { border-color: #DFB90E; }
span { border-color: rgb(223,185,14); }
td.TdClassName
{
border-color: #DFB90E;
}
.TagClassName
{
border-color: #DFB90E;
}
</style>