Shades of Sunflower #DBB918
Tints of Sunflower #DBB918
RGB
CMYK
RGB Variations
Color information
#DBB918 (or 0xDBB918) is known color: Sunflower. HEX triplet: DB, B9 and 18. RGB value is (219,185,24). Sum of RGB (Red+Green+Blue) = 219+185+24=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB918 is #2446E7. Grayscale: #B1B1B1. Windows color (decimal): -2377448 or 1620443. OLE color: 1620443.
HSL color Cylindrical-coordinate representation of color #DBB918: hue angle of 49.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBB918 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 24 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.14 |
| HSL | 49.54º | 0.8% | 0.48% | - |
| HSV(B) | 49.54º | 0.89% | 0.86% | - |
| XYZ | 46.73 | 49.82 | 8.02 | - |
| YUV | 176.81 | 41.76 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 24 | 0 | 0.16 | 0.89 | 0.14 | 49.54 | 0.8 | 0.48 |
| Hex | DB | B9 | 18 | 0 | 10 | 59 | E | 32 | 50 | 30 |
| Octal | 333 | 271 | 30 | 0 | 20 | 131 | 16 | 62 | 120 | 60 |
| Binary | 11011011 | 10111001 | 11000 | 0 | 10000 | 1011001 | 1110 | 110010 | 1010000 | 110000 |
Color Harmonies of #DBB918
Complementary color
Monochromatic Colors of #DBB918
Black with #DBB918
Text Example
Text Example
White with #DBB918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB918; }
p { color: rgb(219,185,24); }
H1.HeaderClassName
{
color: #DBB918;
}
.AnyTagClassName
{
color: #DBB918;
}
</style>
background-color css
<style>
a { background-color: #DBB918; }
a { background-color: rgb(219,185,24); }
div.DivClassName
{
background-color: #DBB918;
}
.BgClassName
{
background-color: #DBB918;
}
</style>
border-color css
<style>
span { border-color: #DBB918; }
span { border-color: rgb(219,185,24); }
td.TdClassName
{
border-color: #DBB918;
}
.TagClassName
{
border-color: #DBB918;
}
</style>