Shades of Sunflower #DBC80E
Tints of Sunflower #DBC80E
RGB
CMYK
RGB Variations
Color information
#DBC80E (or 0xDBC80E) is known color: Sunflower. HEX triplet: DB, C8 and 0E. RGB value is (219,200,14). Sum of RGB (Red+Green+Blue) = 219+200+14=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 14 (5.86% from 255 or 3.23% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC80E is #2437F1. Grayscale: #B9B9B9. Windows color (decimal): -2373618 or 968923. OLE color: 968923.
HSL color Cylindrical-coordinate representation of color #DBC80E: hue angle of 54.44º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBC80E is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 14 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.14 |
| HSL | 54.44º | 0.88% | 0.46% | - |
| HSV(B) | 54.44º | 0.94% | 0.86% | - |
| XYZ | 49.95 | 56.4 | 8.67 | - |
| YUV | 184.48 | 31.79 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 14 | 0 | 0.09 | 0.94 | 0.14 | 54.44 | 0.88 | 0.46 |
| Hex | DB | C8 | E | 0 | 9 | 5E | E | 36 | 58 | 2E |
| Octal | 333 | 310 | 16 | 0 | 11 | 136 | 16 | 66 | 130 | 56 |
| Binary | 11011011 | 11001000 | 1110 | 0 | 1001 | 1011110 | 1110 | 110110 | 1011000 | 101110 |
Color Harmonies of #DBC80E
Complementary color
Monochromatic Colors of #DBC80E
Black with #DBC80E
Text Example
Text Example
White with #DBC80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC80E; }
p { color: rgb(219,200,14); }
H1.HeaderClassName
{
color: #DBC80E;
}
.AnyTagClassName
{
color: #DBC80E;
}
</style>
background-color css
<style>
a { background-color: #DBC80E; }
a { background-color: rgb(219,200,14); }
div.DivClassName
{
background-color: #DBC80E;
}
.BgClassName
{
background-color: #DBC80E;
}
</style>
border-color css
<style>
span { border-color: #DBC80E; }
span { border-color: rgb(219,200,14); }
td.TdClassName
{
border-color: #DBC80E;
}
.TagClassName
{
border-color: #DBC80E;
}
</style>