Shades of Sunflower #DBB816
Tints of Sunflower #DBB816
RGB
CMYK
RGB Variations
Color information
#DBB816 (or 0xDBB816) is known color: Sunflower. HEX triplet: DB, B8 and 16. RGB value is (219,184,22). Sum of RGB (Red+Green+Blue) = 219+184+22=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB816 is #2447E9. Grayscale: #B0B0B0. Windows color (decimal): -2377706 or 1489115. OLE color: 1489115.
HSL color Cylindrical-coordinate representation of color #DBB816: hue angle of 49.34º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBB816 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 22 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.14 |
| HSL | 49.34º | 0.82% | 0.47% | - |
| HSV(B) | 49.34º | 0.9% | 0.86% | - |
| XYZ | 46.5 | 49.4 | 7.84 | - |
| YUV | 176 | 41.1 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 22 | 0 | 0.16 | 0.90 | 0.14 | 49.34 | 0.82 | 0.47 |
| Hex | DB | B8 | 16 | 0 | 10 | 5A | E | 31 | 52 | 2F |
| Octal | 333 | 270 | 26 | 0 | 20 | 132 | 16 | 61 | 122 | 57 |
| Binary | 11011011 | 10111000 | 10110 | 0 | 10000 | 1011010 | 1110 | 110001 | 1010010 | 101111 |
Color Harmonies of #DBB816
Complementary color
Monochromatic Colors of #DBB816
Black with #DBB816
Text Example
Text Example
White with #DBB816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB816; }
p { color: rgb(219,184,22); }
H1.HeaderClassName
{
color: #DBB816;
}
.AnyTagClassName
{
color: #DBB816;
}
</style>
background-color css
<style>
a { background-color: #DBB816; }
a { background-color: rgb(219,184,22); }
div.DivClassName
{
background-color: #DBB816;
}
.BgClassName
{
background-color: #DBB816;
}
</style>
border-color css
<style>
span { border-color: #DBB816; }
span { border-color: rgb(219,184,22); }
td.TdClassName
{
border-color: #DBB816;
}
.TagClassName
{
border-color: #DBB816;
}
</style>