Shades of Sunflower #DBB30E
Tints of Sunflower #DBB30E
RGB
CMYK
RGB Variations
Color information
#DBB30E (or 0xDBB30E) is known color: Sunflower. HEX triplet: DB, B3 and 0E. RGB value is (219,179,14). Sum of RGB (Red+Green+Blue) = 219+179+14=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB30E is #244CF1. Grayscale: #ACACAC. Windows color (decimal): -2378994 or 963547. OLE color: 963547.
HSL color Cylindrical-coordinate representation of color #DBB30E: hue angle of 48.29º 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 #DBB30E is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 14 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.14 |
| HSL | 48.29º | 0.88% | 0.46% | - |
| HSV(B) | 48.29º | 0.94% | 0.86% | - |
| XYZ | 45.41 | 47.33 | 7.16 | - |
| YUV | 172.15 | 38.75 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 14 | 0 | 0.18 | 0.94 | 0.14 | 48.29 | 0.88 | 0.46 |
| Hex | DB | B3 | E | 0 | 12 | 5E | E | 30 | 58 | 2E |
| Octal | 333 | 263 | 16 | 0 | 22 | 136 | 16 | 60 | 130 | 56 |
| Binary | 11011011 | 10110011 | 1110 | 0 | 10010 | 1011110 | 1110 | 110000 | 1011000 | 101110 |
Color Harmonies of #DBB30E
Complementary color
Monochromatic Colors of #DBB30E
Black with #DBB30E
Text Example
Text Example
White with #DBB30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB30E; }
p { color: rgb(219,179,14); }
H1.HeaderClassName
{
color: #DBB30E;
}
.AnyTagClassName
{
color: #DBB30E;
}
</style>
background-color css
<style>
a { background-color: #DBB30E; }
a { background-color: rgb(219,179,14); }
div.DivClassName
{
background-color: #DBB30E;
}
.BgClassName
{
background-color: #DBB30E;
}
</style>
border-color css
<style>
span { border-color: #DBB30E; }
span { border-color: rgb(219,179,14); }
td.TdClassName
{
border-color: #DBB30E;
}
.TagClassName
{
border-color: #DBB30E;
}
</style>