Shades of Sunflower #DBBE22
Tints of Sunflower #DBBE22
RGB
CMYK
RGB Variations
Color information
#DBBE22 (or 0xDBBE22) is known color: Sunflower. HEX triplet: DB, BE and 22. RGB value is (219,190,34). Sum of RGB (Red+Green+Blue) = 219+190+34=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 34 (13.67% from 255 or 7.67% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE22 is #2441DD. Grayscale: #B5B5B5. Windows color (decimal): -2376158 or 2277083. OLE color: 2277083.
HSL color Cylindrical-coordinate representation of color #DBBE22: hue angle of 50.59º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBBE22 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 34 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.14 |
| HSL | 50.59º | 0.73% | 0.5% | - |
| HSV(B) | 50.59º | 0.84% | 0.86% | - |
| XYZ | 47.92 | 52 | 9.03 | - |
| YUV | 180.89 | 45.11 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 34 | 0 | 0.13 | 0.84 | 0.14 | 50.59 | 0.73 | 0.5 |
| Hex | DB | BE | 22 | 0 | D | 54 | E | 33 | 49 | 32 |
| Octal | 333 | 276 | 42 | 0 | 15 | 124 | 16 | 63 | 111 | 62 |
| Binary | 11011011 | 10111110 | 100010 | 0 | 1101 | 1010100 | 1110 | 110011 | 1001001 | 110010 |
Color Harmonies of #DBBE22
Complementary color
Monochromatic Colors of #DBBE22
Black with #DBBE22
Text Example
Text Example
White with #DBBE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE22; }
p { color: rgb(219,190,34); }
H1.HeaderClassName
{
color: #DBBE22;
}
.AnyTagClassName
{
color: #DBBE22;
}
</style>
background-color css
<style>
a { background-color: #DBBE22; }
a { background-color: rgb(219,190,34); }
div.DivClassName
{
background-color: #DBBE22;
}
.BgClassName
{
background-color: #DBBE22;
}
</style>
border-color css
<style>
span { border-color: #DBBE22; }
span { border-color: rgb(219,190,34); }
td.TdClassName
{
border-color: #DBBE22;
}
.TagClassName
{
border-color: #DBBE22;
}
</style>