Shades of Sunflower #DBC516
Tints of Sunflower #DBC516
RGB
CMYK
RGB Variations
Color information
#DBC516 (or 0xDBC516) is known color: Sunflower. HEX triplet: DB, C5 and 16. RGB value is (219,197,22). Sum of RGB (Red+Green+Blue) = 219+197+22=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC516 is #243AE9. Grayscale: #B8B8B8. Windows color (decimal): -2374378 or 1492443. OLE color: 1492443.
HSL color Cylindrical-coordinate representation of color #DBC516: hue angle of 53.3º 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 #DBC516 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 22 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.14 |
| HSL | 53.3º | 0.82% | 0.47% | - |
| HSV(B) | 53.3º | 0.9% | 0.86% | - |
| XYZ | 49.32 | 55.05 | 8.79 | - |
| YUV | 183.63 | 36.79 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 22 | 0 | 0.10 | 0.90 | 0.14 | 53.3 | 0.82 | 0.47 |
| Hex | DB | C5 | 16 | 0 | A | 5A | E | 35 | 52 | 2F |
| Octal | 333 | 305 | 26 | 0 | 12 | 132 | 16 | 65 | 122 | 57 |
| Binary | 11011011 | 11000101 | 10110 | 0 | 1010 | 1011010 | 1110 | 110101 | 1010010 | 101111 |
Color Harmonies of #DBC516
Complementary color
Monochromatic Colors of #DBC516
Black with #DBC516
Text Example
Text Example
White with #DBC516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC516; }
p { color: rgb(219,197,22); }
H1.HeaderClassName
{
color: #DBC516;
}
.AnyTagClassName
{
color: #DBC516;
}
</style>
background-color css
<style>
a { background-color: #DBC516; }
a { background-color: rgb(219,197,22); }
div.DivClassName
{
background-color: #DBC516;
}
.BgClassName
{
background-color: #DBC516;
}
</style>
border-color css
<style>
span { border-color: #DBC516; }
span { border-color: rgb(219,197,22); }
td.TdClassName
{
border-color: #DBC516;
}
.TagClassName
{
border-color: #DBC516;
}
</style>