Shades of Sunflower #DBBB00
Tints of Sunflower #DBBB00
RGB
CMYK
RGB Variations
Color information
#DBBB00 (or 0xDBBB00) is known color: Sunflower. HEX triplet: DB, BB and 00. RGB value is (219,187,0). Sum of RGB (Red+Green+Blue) = 219+187+0=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBB00 is #2444FF. Grayscale: #B0B0B0. Windows color (decimal): -2376960 or 48091. OLE color: 48091.
HSL color Cylindrical-coordinate representation of color #DBBB00: hue angle of 51.23º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBBB00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.14 |
| HSL | 51.23º | 1% | 0.43% | - |
| HSV(B) | 51.23º | 1% | 0.86% | - |
| XYZ | 46.98 | 50.6 | 7.29 | - |
| YUV | 175.25 | 29.1 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 0 | 0 | 0.15 | 1 | 0.14 | 51.23 | 1 | 0.43 |
| Hex | DB | BB | 0 | 0 | F | 64 | E | 33 | 64 | 2B |
| Octal | 333 | 273 | 0 | 0 | 17 | 144 | 16 | 63 | 144 | 53 |
| Binary | 11011011 | 10111011 | 0 | 0 | 1111 | 1100100 | 1110 | 110011 | 1100100 | 101011 |
Color Harmonies of #DBBB00
Complementary color
Monochromatic Colors of #DBBB00
Black with #DBBB00
Text Example
Text Example
White with #DBBB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB00; }
p { color: rgb(219,187,0); }
H1.HeaderClassName
{
color: #DBBB00;
}
.AnyTagClassName
{
color: #DBBB00;
}
</style>
background-color css
<style>
a { background-color: #DBBB00; }
a { background-color: rgb(219,187,0); }
div.DivClassName
{
background-color: #DBBB00;
}
.BgClassName
{
background-color: #DBBB00;
}
</style>
border-color css
<style>
span { border-color: #DBBB00; }
span { border-color: rgb(219,187,0); }
td.TdClassName
{
border-color: #DBBB00;
}
.TagClassName
{
border-color: #DBBB00;
}
</style>