Shades of Sunflower #DBB519
Tints of Sunflower #DBB519
RGB
CMYK
RGB Variations
Color information
#DBB519 (or 0xDBB519) is known color: Sunflower. HEX triplet: DB, B5 and 19. RGB value is (219,181,25). Sum of RGB (Red+Green+Blue) = 219+181+25=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB519 is #244AE6. Grayscale: #AFAFAF. Windows color (decimal): -2378471 or 1684955. OLE color: 1684955.
HSL color Cylindrical-coordinate representation of color #DBB519: hue angle of 48.25º 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 #DBB519 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 25 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.14 |
| HSL | 48.25º | 0.8% | 0.48% | - |
| HSV(B) | 48.25º | 0.89% | 0.86% | - |
| XYZ | 45.91 | 48.18 | 7.8 | - |
| YUV | 174.58 | 43.59 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 25 | 0 | 0.17 | 0.89 | 0.14 | 48.25 | 0.8 | 0.48 |
| Hex | DB | B5 | 19 | 0 | 11 | 59 | E | 30 | 50 | 30 |
| Octal | 333 | 265 | 31 | 0 | 21 | 131 | 16 | 60 | 120 | 60 |
| Binary | 11011011 | 10110101 | 11001 | 0 | 10001 | 1011001 | 1110 | 110000 | 1010000 | 110000 |
Color Harmonies of #DBB519
Complementary color
Monochromatic Colors of #DBB519
Black with #DBB519
Text Example
Text Example
White with #DBB519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB519; }
p { color: rgb(219,181,25); }
H1.HeaderClassName
{
color: #DBB519;
}
.AnyTagClassName
{
color: #DBB519;
}
</style>
background-color css
<style>
a { background-color: #DBB519; }
a { background-color: rgb(219,181,25); }
div.DivClassName
{
background-color: #DBB519;
}
.BgClassName
{
background-color: #DBB519;
}
</style>
border-color css
<style>
span { border-color: #DBB519; }
span { border-color: rgb(219,181,25); }
td.TdClassName
{
border-color: #DBB519;
}
.TagClassName
{
border-color: #DBB519;
}
</style>