Shades of Sunflower #DBC215
Tints of Sunflower #DBC215
RGB
CMYK
RGB Variations
Color information
#DBC215 (or 0xDBC215) is known color: Sunflower. HEX triplet: DB, C2 and 15. RGB value is (219,194,21). Sum of RGB (Red+Green+Blue) = 219+194+21=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 21 (8.59% from 255 or 4.84% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC215 is #243DEA. Grayscale: #B6B6B6. Windows color (decimal): -2375147 or 1426139. OLE color: 1426139.
HSL color Cylindrical-coordinate representation of color #DBC215: hue angle of 52.42º 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 #DBC215 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 21 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.14 |
| HSL | 52.42º | 0.83% | 0.47% | - |
| HSV(B) | 52.42º | 0.9% | 0.86% | - |
| XYZ | 48.64 | 53.7 | 8.51 | - |
| YUV | 181.75 | 37.28 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 21 | 0 | 0.11 | 0.90 | 0.14 | 52.42 | 0.83 | 0.47 |
| Hex | DB | C2 | 15 | 0 | B | 5A | E | 34 | 52 | 2F |
| Octal | 333 | 302 | 25 | 0 | 13 | 132 | 16 | 64 | 122 | 57 |
| Binary | 11011011 | 11000010 | 10101 | 0 | 1011 | 1011010 | 1110 | 110100 | 1010010 | 101111 |
Color Harmonies of #DBC215
Complementary color
Monochromatic Colors of #DBC215
Black with #DBC215
Text Example
Text Example
White with #DBC215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC215; }
p { color: rgb(219,194,21); }
H1.HeaderClassName
{
color: #DBC215;
}
.AnyTagClassName
{
color: #DBC215;
}
</style>
background-color css
<style>
a { background-color: #DBC215; }
a { background-color: rgb(219,194,21); }
div.DivClassName
{
background-color: #DBC215;
}
.BgClassName
{
background-color: #DBC215;
}
</style>
border-color css
<style>
span { border-color: #DBC215; }
span { border-color: rgb(219,194,21); }
td.TdClassName
{
border-color: #DBC215;
}
.TagClassName
{
border-color: #DBC215;
}
</style>