Shades of Sunflower #DBBB09
Tints of Sunflower #DBBB09
RGB
CMYK
RGB Variations
Color information
#DBBB09 (or 0xDBBB09) is known color: Sunflower. HEX triplet: DB, BB and 09. RGB value is (219,187,9). Sum of RGB (Red+Green+Blue) = 219+187+9=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 9 (3.91% from 255 or 2.17% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBB09 is #2444F6. Grayscale: #B1B1B1. Windows color (decimal): -2376951 or 637915. OLE color: 637915.
HSL color Cylindrical-coordinate representation of color #DBBB09: hue angle of 50.86º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBBB09 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 9 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.14 |
| HSL | 50.86º | 0.92% | 0.45% | - |
| HSV(B) | 50.86º | 0.96% | 0.86% | - |
| XYZ | 47.03 | 50.62 | 7.55 | - |
| YUV | 176.28 | 33.6 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 9 | 0 | 0.15 | 0.96 | 0.14 | 50.86 | 0.92 | 0.45 |
| Hex | DB | BB | 9 | 0 | F | 60 | E | 33 | 5C | 2D |
| Octal | 333 | 273 | 11 | 0 | 17 | 140 | 16 | 63 | 134 | 55 |
| Binary | 11011011 | 10111011 | 1001 | 0 | 1111 | 1100000 | 1110 | 110011 | 1011100 | 101101 |
Color Harmonies of #DBBB09
Complementary color
Monochromatic Colors of #DBBB09
Black with #DBBB09
Text Example
Text Example
White with #DBBB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB09; }
p { color: rgb(219,187,9); }
H1.HeaderClassName
{
color: #DBBB09;
}
.AnyTagClassName
{
color: #DBBB09;
}
</style>
background-color css
<style>
a { background-color: #DBBB09; }
a { background-color: rgb(219,187,9); }
div.DivClassName
{
background-color: #DBBB09;
}
.BgClassName
{
background-color: #DBBB09;
}
</style>
border-color css
<style>
span { border-color: #DBBB09; }
span { border-color: rgb(219,187,9); }
td.TdClassName
{
border-color: #DBBB09;
}
.TagClassName
{
border-color: #DBBB09;
}
</style>