Shades of Sunflower #DBBA07
Tints of Sunflower #DBBA07
RGB
CMYK
RGB Variations
Color information
#DBBA07 (or 0xDBBA07) is known color: Sunflower. HEX triplet: DB, BA and 07. RGB value is (219,186,7). Sum of RGB (Red+Green+Blue) = 219+186+7=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 7 (3.12% from 255 or 1.70% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBA07 is #2445F8. Grayscale: #B0B0B0. Windows color (decimal): -2377209 or 506587. OLE color: 506587.
HSL color Cylindrical-coordinate representation of color #DBBA07: hue angle of 50.66º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBBA07 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 7 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.14 |
| HSL | 50.66º | 0.94% | 0.44% | - |
| HSV(B) | 50.66º | 0.97% | 0.86% | - |
| XYZ | 46.81 | 50.19 | 7.42 | - |
| YUV | 175.46 | 32.93 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 7 | 0 | 0.15 | 0.97 | 0.14 | 50.66 | 0.94 | 0.44 |
| Hex | DB | BA | 7 | 0 | F | 61 | E | 33 | 5E | 2C |
| Octal | 333 | 272 | 7 | 0 | 17 | 141 | 16 | 63 | 136 | 54 |
| Binary | 11011011 | 10111010 | 111 | 0 | 1111 | 1100001 | 1110 | 110011 | 1011110 | 101100 |
Color Harmonies of #DBBA07
Complementary color
Monochromatic Colors of #DBBA07
Black with #DBBA07
Text Example
Text Example
White with #DBBA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA07; }
p { color: rgb(219,186,7); }
H1.HeaderClassName
{
color: #DBBA07;
}
.AnyTagClassName
{
color: #DBBA07;
}
</style>
background-color css
<style>
a { background-color: #DBBA07; }
a { background-color: rgb(219,186,7); }
div.DivClassName
{
background-color: #DBBA07;
}
.BgClassName
{
background-color: #DBBA07;
}
</style>
border-color css
<style>
span { border-color: #DBBA07; }
span { border-color: rgb(219,186,7); }
td.TdClassName
{
border-color: #DBBA07;
}
.TagClassName
{
border-color: #DBBA07;
}
</style>