Shades of Sunflower #DBB805
Tints of Sunflower #DBB805
RGB
CMYK
RGB Variations
Color information
#DBB805 (or 0xDBB805) is known color: Sunflower. HEX triplet: DB, B8 and 05. RGB value is (219,184,5). Sum of RGB (Red+Green+Blue) = 219+184+5=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 5 (2.34% from 255 or 1.23% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB805 is #2447FA. Grayscale: #AEAEAE. Windows color (decimal): -2377723 or 375003. OLE color: 375003.
HSL color Cylindrical-coordinate representation of color #DBB805: hue angle of 50.19º 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 #DBB805 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 5 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.14 |
| HSL | 50.19º | 0.96% | 0.44% | - |
| HSV(B) | 50.19º | 0.98% | 0.86% | - |
| XYZ | 46.38 | 49.35 | 7.22 | - |
| YUV | 174.06 | 32.6 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 5 | 0 | 0.16 | 0.98 | 0.14 | 50.19 | 0.96 | 0.44 |
| Hex | DB | B8 | 5 | 0 | 10 | 62 | E | 32 | 60 | 2C |
| Octal | 333 | 270 | 5 | 0 | 20 | 142 | 16 | 62 | 140 | 54 |
| Binary | 11011011 | 10111000 | 101 | 0 | 10000 | 1100010 | 1110 | 110010 | 1100000 | 101100 |
Color Harmonies of #DBB805
Complementary color
Monochromatic Colors of #DBB805
Black with #DBB805
Text Example
Text Example
White with #DBB805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB805; }
p { color: rgb(219,184,5); }
H1.HeaderClassName
{
color: #DBB805;
}
.AnyTagClassName
{
color: #DBB805;
}
</style>
background-color css
<style>
a { background-color: #DBB805; }
a { background-color: rgb(219,184,5); }
div.DivClassName
{
background-color: #DBB805;
}
.BgClassName
{
background-color: #DBB805;
}
</style>
border-color css
<style>
span { border-color: #DBB805; }
span { border-color: rgb(219,184,5); }
td.TdClassName
{
border-color: #DBB805;
}
.TagClassName
{
border-color: #DBB805;
}
</style>