Shades of Sunflower #DBB510
Tints of Sunflower #DBB510
RGB
CMYK
RGB Variations
Color information
#DBB510 (or 0xDBB510) is known color: Sunflower. HEX triplet: DB, B5 and 10. RGB value is (219,181,16). Sum of RGB (Red+Green+Blue) = 219+181+16=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB510 is #244AEF. Grayscale: #AEAEAE. Windows color (decimal): -2378480 or 1095131. OLE color: 1095131.
HSL color Cylindrical-coordinate representation of color #DBB510: hue angle of 48.77º 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 #DBB510 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 16 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.14 |
| HSL | 48.77º | 0.86% | 0.46% | - |
| HSV(B) | 48.77º | 0.93% | 0.86% | - |
| XYZ | 45.83 | 48.15 | 7.37 | - |
| YUV | 173.55 | 39.09 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 16 | 0 | 0.17 | 0.93 | 0.14 | 48.77 | 0.86 | 0.46 |
| Hex | DB | B5 | 10 | 0 | 11 | 5D | E | 31 | 56 | 2E |
| Octal | 333 | 265 | 20 | 0 | 21 | 135 | 16 | 61 | 126 | 56 |
| Binary | 11011011 | 10110101 | 10000 | 0 | 10001 | 1011101 | 1110 | 110001 | 1010110 | 101110 |
Color Harmonies of #DBB510
Complementary color
Monochromatic Colors of #DBB510
Black with #DBB510
Text Example
Text Example
White with #DBB510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB510; }
p { color: rgb(219,181,16); }
H1.HeaderClassName
{
color: #DBB510;
}
.AnyTagClassName
{
color: #DBB510;
}
</style>
background-color css
<style>
a { background-color: #DBB510; }
a { background-color: rgb(219,181,16); }
div.DivClassName
{
background-color: #DBB510;
}
.BgClassName
{
background-color: #DBB510;
}
</style>
border-color css
<style>
span { border-color: #DBB510; }
span { border-color: rgb(219,181,16); }
td.TdClassName
{
border-color: #DBB510;
}
.TagClassName
{
border-color: #DBB510;
}
</style>