Shades of Sunflower #DBBA0A
Tints of Sunflower #DBBA0A
RGB
CMYK
RGB Variations
Color information
#DBBA0A (or 0xDBBA0A) is known color: Sunflower. HEX triplet: DB, BA and 0A. RGB value is (219,186,10). Sum of RGB (Red+Green+Blue) = 219+186+10=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBA0A is #2445F5. Grayscale: #B0B0B0. Windows color (decimal): -2377206 or 703195. OLE color: 703195.
HSL color Cylindrical-coordinate representation of color #DBBA0A: hue angle of 50.53º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBBA0A is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 10 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.14 |
| HSL | 50.53º | 0.91% | 0.45% | - |
| HSV(B) | 50.53º | 0.95% | 0.86% | - |
| XYZ | 46.83 | 50.2 | 7.51 | - |
| YUV | 175.8 | 34.43 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 10 | 0 | 0.15 | 0.95 | 0.14 | 50.53 | 0.91 | 0.45 |
| Hex | DB | BA | A | 0 | F | 5F | E | 33 | 5B | 2D |
| Octal | 333 | 272 | 12 | 0 | 17 | 137 | 16 | 63 | 133 | 55 |
| Binary | 11011011 | 10111010 | 1010 | 0 | 1111 | 1011111 | 1110 | 110011 | 1011011 | 101101 |
Color Harmonies of #DBBA0A
Complementary color
Monochromatic Colors of #DBBA0A
Black with #DBBA0A
Text Example
Text Example
White with #DBBA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA0A; }
p { color: rgb(219,186,10); }
H1.HeaderClassName
{
color: #DBBA0A;
}
.AnyTagClassName
{
color: #DBBA0A;
}
</style>
background-color css
<style>
a { background-color: #DBBA0A; }
a { background-color: rgb(219,186,10); }
div.DivClassName
{
background-color: #DBBA0A;
}
.BgClassName
{
background-color: #DBBA0A;
}
</style>
border-color css
<style>
span { border-color: #DBBA0A; }
span { border-color: rgb(219,186,10); }
td.TdClassName
{
border-color: #DBBA0A;
}
.TagClassName
{
border-color: #DBBA0A;
}
</style>