Shades of Sunflower #DBBE26
Tints of Sunflower #DBBE26
RGB
CMYK
RGB Variations
Color information
#DBBE26 (or 0xDBBE26) is known color: Sunflower. HEX triplet: DB, BE and 26. RGB value is (219,190,38). Sum of RGB (Red+Green+Blue) = 219+190+38=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 38 (15.23% from 255 or 8.50% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE26 is #2441D9. Grayscale: #B5B5B5. Windows color (decimal): -2376154 or 2539227. OLE color: 2539227.
HSL color Cylindrical-coordinate representation of color #DBBE26: hue angle of 50.39º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBBE26 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 38 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.14 |
| HSL | 50.39º | 0.72% | 0.5% | - |
| HSV(B) | 50.39º | 0.83% | 0.86% | - |
| XYZ | 47.98 | 52.03 | 9.35 | - |
| YUV | 181.34 | 47.11 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 38 | 0 | 0.13 | 0.83 | 0.14 | 50.39 | 0.72 | 0.5 |
| Hex | DB | BE | 26 | 0 | D | 53 | E | 32 | 48 | 32 |
| Octal | 333 | 276 | 46 | 0 | 15 | 123 | 16 | 62 | 110 | 62 |
| Binary | 11011011 | 10111110 | 100110 | 0 | 1101 | 1010011 | 1110 | 110010 | 1001000 | 110010 |
Color Harmonies of #DBBE26
Complementary color
Monochromatic Colors of #DBBE26
Black with #DBBE26
Text Example
Text Example
White with #DBBE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE26; }
p { color: rgb(219,190,38); }
H1.HeaderClassName
{
color: #DBBE26;
}
.AnyTagClassName
{
color: #DBBE26;
}
</style>
background-color css
<style>
a { background-color: #DBBE26; }
a { background-color: rgb(219,190,38); }
div.DivClassName
{
background-color: #DBBE26;
}
.BgClassName
{
background-color: #DBBE26;
}
</style>
border-color css
<style>
span { border-color: #DBBE26; }
span { border-color: rgb(219,190,38); }
td.TdClassName
{
border-color: #DBBE26;
}
.TagClassName
{
border-color: #DBBE26;
}
</style>