Shades of Sunflower #DBB50B
Tints of Sunflower #DBB50B
RGB
CMYK
RGB Variations
Color information
#DBB50B (or 0xDBB50B) is known color: Sunflower. HEX triplet: DB, B5 and 0B. RGB value is (219,181,11). Sum of RGB (Red+Green+Blue) = 219+181+11=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB50B is #244AF4. Grayscale: #ADADAD. Windows color (decimal): -2378485 or 767451. OLE color: 767451.
HSL color Cylindrical-coordinate representation of color #DBB50B: hue angle of 49.04º degrees, saturation: 0.9, 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 #DBB50B is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 11 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.14 |
| HSL | 49.04º | 0.9% | 0.45% | - |
| HSV(B) | 49.04º | 0.95% | 0.86% | - |
| XYZ | 45.8 | 48.13 | 7.19 | - |
| YUV | 172.98 | 36.59 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 11 | 0 | 0.17 | 0.95 | 0.14 | 49.04 | 0.9 | 0.45 |
| Hex | DB | B5 | B | 0 | 11 | 5F | E | 31 | 5A | 2D |
| Octal | 333 | 265 | 13 | 0 | 21 | 137 | 16 | 61 | 132 | 55 |
| Binary | 11011011 | 10110101 | 1011 | 0 | 10001 | 1011111 | 1110 | 110001 | 1011010 | 101101 |
Color Harmonies of #DBB50B
Complementary color
Monochromatic Colors of #DBB50B
Black with #DBB50B
Text Example
Text Example
White with #DBB50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB50B; }
p { color: rgb(219,181,11); }
H1.HeaderClassName
{
color: #DBB50B;
}
.AnyTagClassName
{
color: #DBB50B;
}
</style>
background-color css
<style>
a { background-color: #DBB50B; }
a { background-color: rgb(219,181,11); }
div.DivClassName
{
background-color: #DBB50B;
}
.BgClassName
{
background-color: #DBB50B;
}
</style>
border-color css
<style>
span { border-color: #DBB50B; }
span { border-color: rgb(219,181,11); }
td.TdClassName
{
border-color: #DBB50B;
}
.TagClassName
{
border-color: #DBB50B;
}
</style>