Shades of Sunflower #DBB518
Tints of Sunflower #DBB518
RGB
CMYK
RGB Variations
Color information
#DBB518 (or 0xDBB518) is known color: Sunflower. HEX triplet: DB, B5 and 18. RGB value is (219,181,24). Sum of RGB (Red+Green+Blue) = 219+181+24=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 24 (9.77% from 255 or 5.66% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB518 is #244AE7. Grayscale: #AFAFAF. Windows color (decimal): -2378472 or 1619419. OLE color: 1619419.
HSL color Cylindrical-coordinate representation of color #DBB518: hue angle of 48.31º 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 #DBB518 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 24 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.14 |
| HSL | 48.31º | 0.8% | 0.48% | - |
| HSV(B) | 48.31º | 0.89% | 0.86% | - |
| XYZ | 45.9 | 48.17 | 7.74 | - |
| YUV | 174.46 | 43.09 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 24 | 0 | 0.17 | 0.89 | 0.14 | 48.31 | 0.8 | 0.48 |
| Hex | DB | B5 | 18 | 0 | 11 | 59 | E | 30 | 50 | 30 |
| Octal | 333 | 265 | 30 | 0 | 21 | 131 | 16 | 60 | 120 | 60 |
| Binary | 11011011 | 10110101 | 11000 | 0 | 10001 | 1011001 | 1110 | 110000 | 1010000 | 110000 |
Color Harmonies of #DBB518
Complementary color
Monochromatic Colors of #DBB518
Black with #DBB518
Text Example
Text Example
White with #DBB518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB518; }
p { color: rgb(219,181,24); }
H1.HeaderClassName
{
color: #DBB518;
}
.AnyTagClassName
{
color: #DBB518;
}
</style>
background-color css
<style>
a { background-color: #DBB518; }
a { background-color: rgb(219,181,24); }
div.DivClassName
{
background-color: #DBB518;
}
.BgClassName
{
background-color: #DBB518;
}
</style>
border-color css
<style>
span { border-color: #DBB518; }
span { border-color: rgb(219,181,24); }
td.TdClassName
{
border-color: #DBB518;
}
.TagClassName
{
border-color: #DBB518;
}
</style>