Shades of Sunflower #DBB511
Tints of Sunflower #DBB511
RGB
CMYK
RGB Variations
Color information
#DBB511 (or 0xDBB511) is known color: Sunflower. HEX triplet: DB, B5 and 11. RGB value is (219,181,17). Sum of RGB (Red+Green+Blue) = 219+181+17=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB511 is #244AEE. Grayscale: #AEAEAE. Windows color (decimal): -2378479 or 1160667. OLE color: 1160667.
HSL color Cylindrical-coordinate representation of color #DBB511: hue angle of 48.71º degrees, saturation: 0.86, 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 #DBB511 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 17 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.14 |
| HSL | 48.71º | 0.86% | 0.46% | - |
| HSV(B) | 48.71º | 0.92% | 0.86% | - |
| XYZ | 45.84 | 48.15 | 7.41 | - |
| YUV | 173.67 | 39.59 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 17 | 0 | 0.17 | 0.92 | 0.14 | 48.71 | 0.86 | 0.46 |
| Hex | DB | B5 | 11 | 0 | 11 | 5C | E | 31 | 56 | 2E |
| Octal | 333 | 265 | 21 | 0 | 21 | 134 | 16 | 61 | 126 | 56 |
| Binary | 11011011 | 10110101 | 10001 | 0 | 10001 | 1011100 | 1110 | 110001 | 1010110 | 101110 |
Color Harmonies of #DBB511
Complementary color
Monochromatic Colors of #DBB511
Black with #DBB511
Text Example
Text Example
White with #DBB511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB511; }
p { color: rgb(219,181,17); }
H1.HeaderClassName
{
color: #DBB511;
}
.AnyTagClassName
{
color: #DBB511;
}
</style>
background-color css
<style>
a { background-color: #DBB511; }
a { background-color: rgb(219,181,17); }
div.DivClassName
{
background-color: #DBB511;
}
.BgClassName
{
background-color: #DBB511;
}
</style>
border-color css
<style>
span { border-color: #DBB511; }
span { border-color: rgb(219,181,17); }
td.TdClassName
{
border-color: #DBB511;
}
.TagClassName
{
border-color: #DBB511;
}
</style>