Shades of Sunflower #DBB90F
Tints of Sunflower #DBB90F
RGB
CMYK
RGB Variations
Color information
#DBB90F (or 0xDBB90F) is known color: Sunflower. HEX triplet: DB, B9 and 0F. RGB value is (219,185,15). Sum of RGB (Red+Green+Blue) = 219+185+15=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB90F is #2446F0. Grayscale: #B0B0B0. Windows color (decimal): -2377457 or 1030619. OLE color: 1030619.
HSL color Cylindrical-coordinate representation of color #DBB90F: hue angle of 50º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBB90F is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 15 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.14 |
| HSL | 50º | 0.87% | 0.46% | - |
| HSV(B) | 50º | 0.93% | 0.86% | - |
| XYZ | 46.65 | 49.79 | 7.6 | - |
| YUV | 175.79 | 37.26 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 15 | 0 | 0.16 | 0.93 | 0.14 | 50 | 0.87 | 0.46 |
| Hex | DB | B9 | F | 0 | 10 | 5D | E | 32 | 57 | 2E |
| Octal | 333 | 271 | 17 | 0 | 20 | 135 | 16 | 62 | 127 | 56 |
| Binary | 11011011 | 10111001 | 1111 | 0 | 10000 | 1011101 | 1110 | 110010 | 1010111 | 101110 |
Color Harmonies of #DBB90F
Complementary color
Monochromatic Colors of #DBB90F
Black with #DBB90F
Text Example
Text Example
White with #DBB90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB90F; }
p { color: rgb(219,185,15); }
H1.HeaderClassName
{
color: #DBB90F;
}
.AnyTagClassName
{
color: #DBB90F;
}
</style>
background-color css
<style>
a { background-color: #DBB90F; }
a { background-color: rgb(219,185,15); }
div.DivClassName
{
background-color: #DBB90F;
}
.BgClassName
{
background-color: #DBB90F;
}
</style>
border-color css
<style>
span { border-color: #DBB90F; }
span { border-color: rgb(219,185,15); }
td.TdClassName
{
border-color: #DBB90F;
}
.TagClassName
{
border-color: #DBB90F;
}
</style>