Shades of Sunflower #DBBE16
Tints of Sunflower #DBBE16
RGB
CMYK
RGB Variations
Color information
#DBBE16 (or 0xDBBE16) is known color: Sunflower. HEX triplet: DB, BE and 16. RGB value is (219,190,22). Sum of RGB (Red+Green+Blue) = 219+190+22=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBE16 is #2441E9. Grayscale: #B4B4B4. Windows color (decimal): -2376170 or 1490651. OLE color: 1490651.
HSL color Cylindrical-coordinate representation of color #DBBE16: hue angle of 51.17º 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 #DBBE16 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 22 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.14 |
| HSL | 51.17º | 0.82% | 0.47% | - |
| HSV(B) | 51.17º | 0.9% | 0.86% | - |
| XYZ | 47.77 | 51.94 | 8.27 | - |
| YUV | 179.52 | 39.11 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 22 | 0 | 0.13 | 0.90 | 0.14 | 51.17 | 0.82 | 0.47 |
| Hex | DB | BE | 16 | 0 | D | 5A | E | 33 | 52 | 2F |
| Octal | 333 | 276 | 26 | 0 | 15 | 132 | 16 | 63 | 122 | 57 |
| Binary | 11011011 | 10111110 | 10110 | 0 | 1101 | 1011010 | 1110 | 110011 | 1010010 | 101111 |
Color Harmonies of #DBBE16
Complementary color
Monochromatic Colors of #DBBE16
Black with #DBBE16
Text Example
Text Example
White with #DBBE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE16; }
p { color: rgb(219,190,22); }
H1.HeaderClassName
{
color: #DBBE16;
}
.AnyTagClassName
{
color: #DBBE16;
}
</style>
background-color css
<style>
a { background-color: #DBBE16; }
a { background-color: rgb(219,190,22); }
div.DivClassName
{
background-color: #DBBE16;
}
.BgClassName
{
background-color: #DBBE16;
}
</style>
border-color css
<style>
span { border-color: #DBBE16; }
span { border-color: rgb(219,190,22); }
td.TdClassName
{
border-color: #DBBE16;
}
.TagClassName
{
border-color: #DBBE16;
}
</style>