Shades of Sunflower #DBB90E
Tints of Sunflower #DBB90E
RGB
CMYK
RGB Variations
Color information
#DBB90E (or 0xDBB90E) is known color: Sunflower. HEX triplet: DB, B9 and 0E. RGB value is (219,185,14). Sum of RGB (Red+Green+Blue) = 219+185+14=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB90E is #2446F1. Grayscale: #B0B0B0. Windows color (decimal): -2377458 or 965083. OLE color: 965083.
HSL color Cylindrical-coordinate representation of color #DBB90E: hue angle of 50.05º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBB90E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 14 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.14 |
| HSL | 50.05º | 0.88% | 0.46% | - |
| HSV(B) | 50.05º | 0.94% | 0.86% | - |
| XYZ | 46.64 | 49.79 | 7.57 | - |
| YUV | 175.67 | 36.76 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 14 | 0 | 0.16 | 0.94 | 0.14 | 50.05 | 0.88 | 0.46 |
| Hex | DB | B9 | E | 0 | 10 | 5E | E | 32 | 58 | 2E |
| Octal | 333 | 271 | 16 | 0 | 20 | 136 | 16 | 62 | 130 | 56 |
| Binary | 11011011 | 10111001 | 1110 | 0 | 10000 | 1011110 | 1110 | 110010 | 1011000 | 101110 |
Color Harmonies of #DBB90E
Complementary color
Monochromatic Colors of #DBB90E
Black with #DBB90E
Text Example
Text Example
White with #DBB90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB90E; }
p { color: rgb(219,185,14); }
H1.HeaderClassName
{
color: #DBB90E;
}
.AnyTagClassName
{
color: #DBB90E;
}
</style>
background-color css
<style>
a { background-color: #DBB90E; }
a { background-color: rgb(219,185,14); }
div.DivClassName
{
background-color: #DBB90E;
}
.BgClassName
{
background-color: #DBB90E;
}
</style>
border-color css
<style>
span { border-color: #DBB90E; }
span { border-color: rgb(219,185,14); }
td.TdClassName
{
border-color: #DBB90E;
}
.TagClassName
{
border-color: #DBB90E;
}
</style>