Shades of Sunflower #DBBA12
Tints of Sunflower #DBBA12
RGB
CMYK
RGB Variations
Color information
#DBBA12 (or 0xDBBA12) is known color: Sunflower. HEX triplet: DB, BA and 12. RGB value is (219,186,18). Sum of RGB (Red+Green+Blue) = 219+186+18=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBA12 is #2445ED. Grayscale: #B1B1B1. Windows color (decimal): -2377198 or 1227483. OLE color: 1227483.
HSL color Cylindrical-coordinate representation of color #DBBA12: hue angle of 50.15º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBBA12 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 18 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.14 |
| HSL | 50.15º | 0.85% | 0.46% | - |
| HSV(B) | 50.15º | 0.92% | 0.86% | - |
| XYZ | 46.88 | 50.22 | 7.8 | - |
| YUV | 176.72 | 38.43 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 18 | 0 | 0.15 | 0.92 | 0.14 | 50.15 | 0.85 | 0.46 |
| Hex | DB | BA | 12 | 0 | F | 5C | E | 32 | 55 | 2E |
| Octal | 333 | 272 | 22 | 0 | 17 | 134 | 16 | 62 | 125 | 56 |
| Binary | 11011011 | 10111010 | 10010 | 0 | 1111 | 1011100 | 1110 | 110010 | 1010101 | 101110 |
Color Harmonies of #DBBA12
Complementary color
Monochromatic Colors of #DBBA12
Black with #DBBA12
Text Example
Text Example
White with #DBBA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA12; }
p { color: rgb(219,186,18); }
H1.HeaderClassName
{
color: #DBBA12;
}
.AnyTagClassName
{
color: #DBBA12;
}
</style>
background-color css
<style>
a { background-color: #DBBA12; }
a { background-color: rgb(219,186,18); }
div.DivClassName
{
background-color: #DBBA12;
}
.BgClassName
{
background-color: #DBBA12;
}
</style>
border-color css
<style>
span { border-color: #DBBA12; }
span { border-color: rgb(219,186,18); }
td.TdClassName
{
border-color: #DBBA12;
}
.TagClassName
{
border-color: #DBBA12;
}
</style>