Shades of Sunflower #DBB806
Tints of Sunflower #DBB806
RGB
CMYK
RGB Variations
Color information
#DBB806 (or 0xDBB806) is known color: Sunflower. HEX triplet: DB, B8 and 06. RGB value is (219,184,6). Sum of RGB (Red+Green+Blue) = 219+184+6=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB806 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB806 is #2447F9. Grayscale: #AEAEAE. Windows color (decimal): -2377722 or 440539. OLE color: 440539.
HSL color Cylindrical-coordinate representation of color #DBB806: hue angle of 50.14º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBB806 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 6 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.14 |
| HSL | 50.14º | 0.95% | 0.44% | - |
| HSV(B) | 50.14º | 0.97% | 0.86% | - |
| XYZ | 46.39 | 49.35 | 7.25 | - |
| YUV | 174.17 | 33.1 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 6 | 0 | 0.16 | 0.97 | 0.14 | 50.14 | 0.95 | 0.44 |
| Hex | DB | B8 | 6 | 0 | 10 | 61 | E | 32 | 5F | 2C |
| Octal | 333 | 270 | 6 | 0 | 20 | 141 | 16 | 62 | 137 | 54 |
| Binary | 11011011 | 10111000 | 110 | 0 | 10000 | 1100001 | 1110 | 110010 | 1011111 | 101100 |
Color Harmonies of #DBB806
Complementary color
Monochromatic Colors of #DBB806
Black with #DBB806
Text Example
Text Example
White with #DBB806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB806; }
p { color: rgb(219,184,6); }
H1.HeaderClassName
{
color: #DBB806;
}
.AnyTagClassName
{
color: #DBB806;
}
</style>
background-color css
<style>
a { background-color: #DBB806; }
a { background-color: rgb(219,184,6); }
div.DivClassName
{
background-color: #DBB806;
}
.BgClassName
{
background-color: #DBB806;
}
</style>
border-color css
<style>
span { border-color: #DBB806; }
span { border-color: rgb(219,184,6); }
td.TdClassName
{
border-color: #DBB806;
}
.TagClassName
{
border-color: #DBB806;
}
</style>