Shades of Sunflower #DBBB08
Tints of Sunflower #DBBB08
RGB
CMYK
RGB Variations
Color information
#DBBB08 (or 0xDBBB08) is known color: Sunflower. HEX triplet: DB, BB and 08. RGB value is (219,187,8). Sum of RGB (Red+Green+Blue) = 219+187+8=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 8 (3.52% from 255 or 1.93% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBB08 is #2444F7. Grayscale: #B0B0B0. Windows color (decimal): -2376952 or 572379. OLE color: 572379.
HSL color Cylindrical-coordinate representation of color #DBBB08: hue angle of 50.9º degrees, saturation: 0.93, 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 #DBBB08 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 8 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.14 |
| HSL | 50.9º | 0.93% | 0.45% | - |
| HSV(B) | 50.9º | 0.96% | 0.86% | - |
| XYZ | 47.03 | 50.62 | 7.52 | - |
| YUV | 176.16 | 33.1 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 8 | 0 | 0.15 | 0.96 | 0.14 | 50.9 | 0.93 | 0.45 |
| Hex | DB | BB | 8 | 0 | F | 60 | E | 33 | 5D | 2D |
| Octal | 333 | 273 | 10 | 0 | 17 | 140 | 16 | 63 | 135 | 55 |
| Binary | 11011011 | 10111011 | 1000 | 0 | 1111 | 1100000 | 1110 | 110011 | 1011101 | 101101 |
Color Harmonies of #DBBB08
Complementary color
Monochromatic Colors of #DBBB08
Black with #DBBB08
Text Example
Text Example
White with #DBBB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB08; }
p { color: rgb(219,187,8); }
H1.HeaderClassName
{
color: #DBBB08;
}
.AnyTagClassName
{
color: #DBBB08;
}
</style>
background-color css
<style>
a { background-color: #DBBB08; }
a { background-color: rgb(219,187,8); }
div.DivClassName
{
background-color: #DBBB08;
}
.BgClassName
{
background-color: #DBBB08;
}
</style>
border-color css
<style>
span { border-color: #DBBB08; }
span { border-color: rgb(219,187,8); }
td.TdClassName
{
border-color: #DBBB08;
}
.TagClassName
{
border-color: #DBBB08;
}
</style>