Shades of Sunflower #DBB605
Tints of Sunflower #DBB605
RGB
CMYK
RGB Variations
Color information
#DBB605 (or 0xDBB605) is known color: Sunflower. HEX triplet: DB, B6 and 05. RGB value is (219,182,5). Sum of RGB (Red+Green+Blue) = 219+182+5=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB605 is #2449FA. Grayscale: #ADADAD. Windows color (decimal): -2378235 or 374491. OLE color: 374491.
HSL color Cylindrical-coordinate representation of color #DBB605: hue angle of 49.63º 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 #DBB605 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 5 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.14 |
| HSL | 49.63º | 0.96% | 0.44% | - |
| HSV(B) | 49.63º | 0.98% | 0.86% | - |
| XYZ | 45.97 | 48.53 | 7.09 | - |
| YUV | 172.89 | 33.26 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 5 | 0 | 0.17 | 0.98 | 0.14 | 49.63 | 0.96 | 0.44 |
| Hex | DB | B6 | 5 | 0 | 11 | 62 | E | 32 | 60 | 2C |
| Octal | 333 | 266 | 5 | 0 | 21 | 142 | 16 | 62 | 140 | 54 |
| Binary | 11011011 | 10110110 | 101 | 0 | 10001 | 1100010 | 1110 | 110010 | 1100000 | 101100 |
Color Harmonies of #DBB605
Complementary color
Monochromatic Colors of #DBB605
Black with #DBB605
Text Example
Text Example
White with #DBB605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB605; }
p { color: rgb(219,182,5); }
H1.HeaderClassName
{
color: #DBB605;
}
.AnyTagClassName
{
color: #DBB605;
}
</style>
background-color css
<style>
a { background-color: #DBB605; }
a { background-color: rgb(219,182,5); }
div.DivClassName
{
background-color: #DBB605;
}
.BgClassName
{
background-color: #DBB605;
}
</style>
border-color css
<style>
span { border-color: #DBB605; }
span { border-color: rgb(219,182,5); }
td.TdClassName
{
border-color: #DBB605;
}
.TagClassName
{
border-color: #DBB605;
}
</style>