Shades of Sunflower #DBB813
Tints of Sunflower #DBB813
RGB
CMYK
RGB Variations
Color information
#DBB813 (or 0xDBB813) is known color: Sunflower. HEX triplet: DB, B8 and 13. RGB value is (219,184,19). Sum of RGB (Red+Green+Blue) = 219+184+19=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB813 is #2447EC. Grayscale: #B0B0B0. Windows color (decimal): -2377709 or 1292507. OLE color: 1292507.
HSL color Cylindrical-coordinate representation of color #DBB813: hue angle of 49.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBB813 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 19 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.14 |
| HSL | 49.5º | 0.84% | 0.47% | - |
| HSV(B) | 49.5º | 0.91% | 0.86% | - |
| XYZ | 46.47 | 49.39 | 7.7 | - |
| YUV | 175.66 | 39.6 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 19 | 0 | 0.16 | 0.91 | 0.14 | 49.5 | 0.84 | 0.47 |
| Hex | DB | B8 | 13 | 0 | 10 | 5B | E | 32 | 54 | 2F |
| Octal | 333 | 270 | 23 | 0 | 20 | 133 | 16 | 62 | 124 | 57 |
| Binary | 11011011 | 10111000 | 10011 | 0 | 10000 | 1011011 | 1110 | 110010 | 1010100 | 101111 |
Color Harmonies of #DBB813
Complementary color
Monochromatic Colors of #DBB813
Black with #DBB813
Text Example
Text Example
White with #DBB813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB813; }
p { color: rgb(219,184,19); }
H1.HeaderClassName
{
color: #DBB813;
}
.AnyTagClassName
{
color: #DBB813;
}
</style>
background-color css
<style>
a { background-color: #DBB813; }
a { background-color: rgb(219,184,19); }
div.DivClassName
{
background-color: #DBB813;
}
.BgClassName
{
background-color: #DBB813;
}
</style>
border-color css
<style>
span { border-color: #DBB813; }
span { border-color: rgb(219,184,19); }
td.TdClassName
{
border-color: #DBB813;
}
.TagClassName
{
border-color: #DBB813;
}
</style>