Shades of Sunflower #DBB810
Tints of Sunflower #DBB810
RGB
CMYK
RGB Variations
Color information
#DBB810 (or 0xDBB810) is known color: Sunflower. HEX triplet: DB, B8 and 10. RGB value is (219,184,16). Sum of RGB (Red+Green+Blue) = 219+184+16=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB810 is #2447EF. Grayscale: #B0B0B0. Windows color (decimal): -2377712 or 1095899. OLE color: 1095899.
HSL color Cylindrical-coordinate representation of color #DBB810: hue angle of 49.66º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBB810 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 16 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.14 |
| HSL | 49.66º | 0.86% | 0.46% | - |
| HSV(B) | 49.66º | 0.93% | 0.86% | - |
| XYZ | 46.45 | 49.38 | 7.57 | - |
| YUV | 175.31 | 38.1 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 16 | 0 | 0.16 | 0.93 | 0.14 | 49.66 | 0.86 | 0.46 |
| Hex | DB | B8 | 10 | 0 | 10 | 5D | E | 32 | 56 | 2E |
| Octal | 333 | 270 | 20 | 0 | 20 | 135 | 16 | 62 | 126 | 56 |
| Binary | 11011011 | 10111000 | 10000 | 0 | 10000 | 1011101 | 1110 | 110010 | 1010110 | 101110 |
Color Harmonies of #DBB810
Complementary color
Monochromatic Colors of #DBB810
Black with #DBB810
Text Example
Text Example
White with #DBB810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB810; }
p { color: rgb(219,184,16); }
H1.HeaderClassName
{
color: #DBB810;
}
.AnyTagClassName
{
color: #DBB810;
}
</style>
background-color css
<style>
a { background-color: #DBB810; }
a { background-color: rgb(219,184,16); }
div.DivClassName
{
background-color: #DBB810;
}
.BgClassName
{
background-color: #DBB810;
}
</style>
border-color css
<style>
span { border-color: #DBB810; }
span { border-color: rgb(219,184,16); }
td.TdClassName
{
border-color: #DBB810;
}
.TagClassName
{
border-color: #DBB810;
}
</style>