Shades of Sunflower #DBB505
Tints of Sunflower #DBB505
RGB
CMYK
RGB Variations
Color information
#DBB505 (or 0xDBB505) is known color: Sunflower. HEX triplet: DB, B5 and 05. RGB value is (219,181,5). Sum of RGB (Red+Green+Blue) = 219+181+5=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB505 is #244AFA. Grayscale: #ADADAD. Windows color (decimal): -2378491 or 374235. OLE color: 374235.
HSL color Cylindrical-coordinate representation of color #DBB505: hue angle of 49.35º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBB505 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 5 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.14 |
| HSL | 49.35º | 0.96% | 0.44% | - |
| HSV(B) | 49.35º | 0.98% | 0.86% | - |
| XYZ | 45.76 | 48.12 | 7.02 | - |
| YUV | 172.3 | 33.59 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 5 | 0 | 0.17 | 0.98 | 0.14 | 49.35 | 0.96 | 0.44 |
| Hex | DB | B5 | 5 | 0 | 11 | 62 | E | 31 | 60 | 2C |
| Octal | 333 | 265 | 5 | 0 | 21 | 142 | 16 | 61 | 140 | 54 |
| Binary | 11011011 | 10110101 | 101 | 0 | 10001 | 1100010 | 1110 | 110001 | 1100000 | 101100 |
Color Harmonies of #DBB505
Complementary color
Monochromatic Colors of #DBB505
Black with #DBB505
Text Example
Text Example
White with #DBB505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB505; }
p { color: rgb(219,181,5); }
H1.HeaderClassName
{
color: #DBB505;
}
.AnyTagClassName
{
color: #DBB505;
}
</style>
background-color css
<style>
a { background-color: #DBB505; }
a { background-color: rgb(219,181,5); }
div.DivClassName
{
background-color: #DBB505;
}
.BgClassName
{
background-color: #DBB505;
}
</style>
border-color css
<style>
span { border-color: #DBB505; }
span { border-color: rgb(219,181,5); }
td.TdClassName
{
border-color: #DBB505;
}
.TagClassName
{
border-color: #DBB505;
}
</style>