Shades of Sunflower #DBC521
Tints of Sunflower #DBC521
RGB
CMYK
RGB Variations
Color information
#DBC521 (or 0xDBC521) is known color: Sunflower. HEX triplet: DB, C5 and 21. RGB value is (219,197,33). Sum of RGB (Red+Green+Blue) = 219+197+33=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC521 is #243ADE. Grayscale: #B9B9B9. Windows color (decimal): -2374367 or 2213339. OLE color: 2213339.
HSL color Cylindrical-coordinate representation of color #DBC521: hue angle of 52.9º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBC521 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 33 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.14 |
| HSL | 52.9º | 0.74% | 0.49% | - |
| HSV(B) | 52.9º | 0.85% | 0.86% | - |
| XYZ | 49.45 | 55.1 | 9.47 | - |
| YUV | 184.88 | 42.29 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 33 | 0 | 0.10 | 0.85 | 0.14 | 52.9 | 0.74 | 0.49 |
| Hex | DB | C5 | 21 | 0 | A | 55 | E | 35 | 4A | 31 |
| Octal | 333 | 305 | 41 | 0 | 12 | 125 | 16 | 65 | 112 | 61 |
| Binary | 11011011 | 11000101 | 100001 | 0 | 1010 | 1010101 | 1110 | 110101 | 1001010 | 110001 |
Color Harmonies of #DBC521
Complementary color
Monochromatic Colors of #DBC521
Black with #DBC521
Text Example
Text Example
White with #DBC521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC521; }
p { color: rgb(219,197,33); }
H1.HeaderClassName
{
color: #DBC521;
}
.AnyTagClassName
{
color: #DBC521;
}
</style>
background-color css
<style>
a { background-color: #DBC521; }
a { background-color: rgb(219,197,33); }
div.DivClassName
{
background-color: #DBC521;
}
.BgClassName
{
background-color: #DBC521;
}
</style>
border-color css
<style>
span { border-color: #DBC521; }
span { border-color: rgb(219,197,33); }
td.TdClassName
{
border-color: #DBC521;
}
.TagClassName
{
border-color: #DBC521;
}
</style>