Shades of Sunflower #DBBC09
Tints of Sunflower #DBBC09
RGB
CMYK
RGB Variations
Color information
#DBBC09 (or 0xDBBC09) is known color: Sunflower. HEX triplet: DB, BC and 09. RGB value is (219,188,9). Sum of RGB (Red+Green+Blue) = 219+188+9=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 9 (3.91% from 255 or 2.16% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBC09 is #2443F6. Grayscale: #B1B1B1. Windows color (decimal): -2376695 or 638171. OLE color: 638171.
HSL color Cylindrical-coordinate representation of color #DBBC09: hue angle of 51.14º 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 #DBBC09 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 9 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.14 |
| HSL | 51.14º | 0.92% | 0.45% | - |
| HSV(B) | 51.14º | 0.96% | 0.86% | - |
| XYZ | 47.25 | 51.05 | 7.62 | - |
| YUV | 176.86 | 33.27 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 9 | 0 | 0.14 | 0.96 | 0.14 | 51.14 | 0.92 | 0.45 |
| Hex | DB | BC | 9 | 0 | E | 60 | E | 33 | 5C | 2D |
| Octal | 333 | 274 | 11 | 0 | 16 | 140 | 16 | 63 | 134 | 55 |
| Binary | 11011011 | 10111100 | 1001 | 0 | 1110 | 1100000 | 1110 | 110011 | 1011100 | 101101 |
Color Harmonies of #DBBC09
Complementary color
Monochromatic Colors of #DBBC09
Black with #DBBC09
Text Example
Text Example
White with #DBBC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC09; }
p { color: rgb(219,188,9); }
H1.HeaderClassName
{
color: #DBBC09;
}
.AnyTagClassName
{
color: #DBBC09;
}
</style>
background-color css
<style>
a { background-color: #DBBC09; }
a { background-color: rgb(219,188,9); }
div.DivClassName
{
background-color: #DBBC09;
}
.BgClassName
{
background-color: #DBBC09;
}
</style>
border-color css
<style>
span { border-color: #DBBC09; }
span { border-color: rgb(219,188,9); }
td.TdClassName
{
border-color: #DBBC09;
}
.TagClassName
{
border-color: #DBBC09;
}
</style>