Shades of Sunflower #DBB418
Tints of Sunflower #DBB418
RGB
CMYK
RGB Variations
Color information
#DBB418 (or 0xDBB418) is known color: Sunflower. HEX triplet: DB, B4 and 18. RGB value is (219,180,24). Sum of RGB (Red+Green+Blue) = 219+180+24=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 24 (9.77% from 255 or 5.67% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB418 is #244BE7. Grayscale: #AEAEAE. Windows color (decimal): -2378728 or 1619163. OLE color: 1619163.
HSL color Cylindrical-coordinate representation of color #DBB418: hue angle of 48º 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 #DBB418 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 24 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.14 |
| HSL | 48º | 0.8% | 0.48% | - |
| HSV(B) | 48º | 0.89% | 0.86% | - |
| XYZ | 45.7 | 47.77 | 7.68 | - |
| YUV | 173.88 | 43.42 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 24 | 0 | 0.18 | 0.89 | 0.14 | 48 | 0.8 | 0.48 |
| Hex | DB | B4 | 18 | 0 | 12 | 59 | E | 30 | 50 | 30 |
| Octal | 333 | 264 | 30 | 0 | 22 | 131 | 16 | 60 | 120 | 60 |
| Binary | 11011011 | 10110100 | 11000 | 0 | 10010 | 1011001 | 1110 | 110000 | 1010000 | 110000 |
Color Harmonies of #DBB418
Complementary color
Monochromatic Colors of #DBB418
Black with #DBB418
Text Example
Text Example
White with #DBB418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB418; }
p { color: rgb(219,180,24); }
H1.HeaderClassName
{
color: #DBB418;
}
.AnyTagClassName
{
color: #DBB418;
}
</style>
background-color css
<style>
a { background-color: #DBB418; }
a { background-color: rgb(219,180,24); }
div.DivClassName
{
background-color: #DBB418;
}
.BgClassName
{
background-color: #DBB418;
}
</style>
border-color css
<style>
span { border-color: #DBB418; }
span { border-color: rgb(219,180,24); }
td.TdClassName
{
border-color: #DBB418;
}
.TagClassName
{
border-color: #DBB418;
}
</style>