Shades of Sunflower #DBB00E
Tints of Sunflower #DBB00E
RGB
CMYK
RGB Variations
Color information
#DBB00E (or 0xDBB00E) is known color: Sunflower. HEX triplet: DB, B0 and 0E. RGB value is (219,176,14). Sum of RGB (Red+Green+Blue) = 219+176+14=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB00E is #244FF1. Grayscale: #ABABAB. Windows color (decimal): -2379762 or 962779. OLE color: 962779.
HSL color Cylindrical-coordinate representation of color #DBB00E: hue angle of 47.41º 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 #DBB00E is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 14 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.14 |
| HSL | 47.41º | 0.88% | 0.46% | - |
| HSV(B) | 47.41º | 0.94% | 0.86% | - |
| XYZ | 44.82 | 46.14 | 6.96 | - |
| YUV | 170.39 | 39.75 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 14 | 0 | 0.20 | 0.94 | 0.14 | 47.41 | 0.88 | 0.46 |
| Hex | DB | B0 | E | 0 | 14 | 5E | E | 2F | 58 | 2E |
| Octal | 333 | 260 | 16 | 0 | 24 | 136 | 16 | 57 | 130 | 56 |
| Binary | 11011011 | 10110000 | 1110 | 0 | 10100 | 1011110 | 1110 | 101111 | 1011000 | 101110 |
Color Harmonies of #DBB00E
Complementary color
Monochromatic Colors of #DBB00E
Black with #DBB00E
Text Example
Text Example
White with #DBB00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB00E; }
p { color: rgb(219,176,14); }
H1.HeaderClassName
{
color: #DBB00E;
}
.AnyTagClassName
{
color: #DBB00E;
}
</style>
background-color css
<style>
a { background-color: #DBB00E; }
a { background-color: rgb(219,176,14); }
div.DivClassName
{
background-color: #DBB00E;
}
.BgClassName
{
background-color: #DBB00E;
}
</style>
border-color css
<style>
span { border-color: #DBB00E; }
span { border-color: rgb(219,176,14); }
td.TdClassName
{
border-color: #DBB00E;
}
.TagClassName
{
border-color: #DBB00E;
}
</style>