Shades of Sunflower #DBB919
Tints of Sunflower #DBB919
RGB
CMYK
RGB Variations
Color information
#DBB919 (or 0xDBB919) is known color: Sunflower. HEX triplet: DB, B9 and 19. RGB value is (219,185,25). Sum of RGB (Red+Green+Blue) = 219+185+25=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 25 (10.16% from 255 or 5.83% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB919 is #2446E6. Grayscale: #B1B1B1. Windows color (decimal): -2377447 or 1685979. OLE color: 1685979.
HSL color Cylindrical-coordinate representation of color #DBB919: hue angle of 49.48º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBB919 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 25 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.14 |
| HSL | 49.48º | 0.8% | 0.48% | - |
| HSV(B) | 49.48º | 0.89% | 0.86% | - |
| XYZ | 46.74 | 49.83 | 8.07 | - |
| YUV | 176.93 | 42.26 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 25 | 0 | 0.16 | 0.89 | 0.14 | 49.48 | 0.8 | 0.48 |
| Hex | DB | B9 | 19 | 0 | 10 | 59 | E | 31 | 50 | 30 |
| Octal | 333 | 271 | 31 | 0 | 20 | 131 | 16 | 61 | 120 | 60 |
| Binary | 11011011 | 10111001 | 11001 | 0 | 10000 | 1011001 | 1110 | 110001 | 1010000 | 110000 |
Color Harmonies of #DBB919
Complementary color
Monochromatic Colors of #DBB919
Black with #DBB919
Text Example
Text Example
White with #DBB919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB919; }
p { color: rgb(219,185,25); }
H1.HeaderClassName
{
color: #DBB919;
}
.AnyTagClassName
{
color: #DBB919;
}
</style>
background-color css
<style>
a { background-color: #DBB919; }
a { background-color: rgb(219,185,25); }
div.DivClassName
{
background-color: #DBB919;
}
.BgClassName
{
background-color: #DBB919;
}
</style>
border-color css
<style>
span { border-color: #DBB919; }
span { border-color: rgb(219,185,25); }
td.TdClassName
{
border-color: #DBB919;
}
.TagClassName
{
border-color: #DBB919;
}
</style>