Shades of Sunflower #DBB512
Tints of Sunflower #DBB512
RGB
CMYK
RGB Variations
Color information
#DBB512 (or 0xDBB512) is known color: Sunflower. HEX triplet: DB, B5 and 12. RGB value is (219,181,18). Sum of RGB (Red+Green+Blue) = 219+181+18=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB512 is #244AED. Grayscale: #AEAEAE. Windows color (decimal): -2378478 or 1226203. OLE color: 1226203.
HSL color Cylindrical-coordinate representation of color #DBB512: hue angle of 48.66º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBB512 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 18 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.14 |
| HSL | 48.66º | 0.85% | 0.46% | - |
| HSV(B) | 48.66º | 0.92% | 0.86% | - |
| XYZ | 45.85 | 48.15 | 7.45 | - |
| YUV | 173.78 | 40.09 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 18 | 0 | 0.17 | 0.92 | 0.14 | 48.66 | 0.85 | 0.46 |
| Hex | DB | B5 | 12 | 0 | 11 | 5C | E | 31 | 55 | 2E |
| Octal | 333 | 265 | 22 | 0 | 21 | 134 | 16 | 61 | 125 | 56 |
| Binary | 11011011 | 10110101 | 10010 | 0 | 10001 | 1011100 | 1110 | 110001 | 1010101 | 101110 |
Color Harmonies of #DBB512
Complementary color
Monochromatic Colors of #DBB512
Black with #DBB512
Text Example
Text Example
White with #DBB512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB512; }
p { color: rgb(219,181,18); }
H1.HeaderClassName
{
color: #DBB512;
}
.AnyTagClassName
{
color: #DBB512;
}
</style>
background-color css
<style>
a { background-color: #DBB512; }
a { background-color: rgb(219,181,18); }
div.DivClassName
{
background-color: #DBB512;
}
.BgClassName
{
background-color: #DBB512;
}
</style>
border-color css
<style>
span { border-color: #DBB512; }
span { border-color: rgb(219,181,18); }
td.TdClassName
{
border-color: #DBB512;
}
.TagClassName
{
border-color: #DBB512;
}
</style>