Shades of Sunflower #DBB913
Tints of Sunflower #DBB913
RGB
CMYK
RGB Variations
Color information
#DBB913 (or 0xDBB913) is known color: Sunflower. HEX triplet: DB, B9 and 13. RGB value is (219,185,19). Sum of RGB (Red+Green+Blue) = 219+185+19=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 19 (7.81% from 255 or 4.49% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB913 is #2446EC. Grayscale: #B0B0B0. Windows color (decimal): -2377453 or 1292763. OLE color: 1292763.
HSL color Cylindrical-coordinate representation of color #DBB913: hue angle of 49.8º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBB913 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 19 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.14 |
| HSL | 49.8º | 0.84% | 0.47% | - |
| HSV(B) | 49.8º | 0.91% | 0.86% | - |
| XYZ | 46.68 | 49.81 | 7.77 | - |
| YUV | 176.24 | 39.26 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 19 | 0 | 0.16 | 0.91 | 0.14 | 49.8 | 0.84 | 0.47 |
| Hex | DB | B9 | 13 | 0 | 10 | 5B | E | 32 | 54 | 2F |
| Octal | 333 | 271 | 23 | 0 | 20 | 133 | 16 | 62 | 124 | 57 |
| Binary | 11011011 | 10111001 | 10011 | 0 | 10000 | 1011011 | 1110 | 110010 | 1010100 | 101111 |
Color Harmonies of #DBB913
Complementary color
Monochromatic Colors of #DBB913
Black with #DBB913
Text Example
Text Example
White with #DBB913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB913; }
p { color: rgb(219,185,19); }
H1.HeaderClassName
{
color: #DBB913;
}
.AnyTagClassName
{
color: #DBB913;
}
</style>
background-color css
<style>
a { background-color: #DBB913; }
a { background-color: rgb(219,185,19); }
div.DivClassName
{
background-color: #DBB913;
}
.BgClassName
{
background-color: #DBB913;
}
</style>
border-color css
<style>
span { border-color: #DBB913; }
span { border-color: rgb(219,185,19); }
td.TdClassName
{
border-color: #DBB913;
}
.TagClassName
{
border-color: #DBB913;
}
</style>