Shades of Sunflower #DBB116
Tints of Sunflower #DBB116
RGB
CMYK
RGB Variations
Color information
#DBB116 (or 0xDBB116) is known color: Sunflower. HEX triplet: DB, B1 and 16. RGB value is (219,177,22). Sum of RGB (Red+Green+Blue) = 219+177+22=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB116 is #244EE9. Grayscale: #ACACAC. Windows color (decimal): -2379498 or 1487323. OLE color: 1487323.
HSL color Cylindrical-coordinate representation of color #DBB116: hue angle of 47.21º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBB116 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 22 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.14 |
| HSL | 47.21º | 0.82% | 0.47% | - |
| HSV(B) | 47.21º | 0.9% | 0.86% | - |
| XYZ | 45.08 | 46.56 | 7.37 | - |
| YUV | 171.89 | 43.41 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 22 | 0 | 0.19 | 0.90 | 0.14 | 47.21 | 0.82 | 0.47 |
| Hex | DB | B1 | 16 | 0 | 13 | 5A | E | 2F | 52 | 2F |
| Octal | 333 | 261 | 26 | 0 | 23 | 132 | 16 | 57 | 122 | 57 |
| Binary | 11011011 | 10110001 | 10110 | 0 | 10011 | 1011010 | 1110 | 101111 | 1010010 | 101111 |
Color Harmonies of #DBB116
Complementary color
Monochromatic Colors of #DBB116
Black with #DBB116
Text Example
Text Example
White with #DBB116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB116; }
p { color: rgb(219,177,22); }
H1.HeaderClassName
{
color: #DBB116;
}
.AnyTagClassName
{
color: #DBB116;
}
</style>
background-color css
<style>
a { background-color: #DBB116; }
a { background-color: rgb(219,177,22); }
div.DivClassName
{
background-color: #DBB116;
}
.BgClassName
{
background-color: #DBB116;
}
</style>
border-color css
<style>
span { border-color: #DBB116; }
span { border-color: rgb(219,177,22); }
td.TdClassName
{
border-color: #DBB116;
}
.TagClassName
{
border-color: #DBB116;
}
</style>