Shades of Sunflower #DBBE25
Tints of Sunflower #DBBE25
RGB
CMYK
RGB Variations
Color information
#DBBE25 (or 0xDBBE25) is known color: Sunflower. HEX triplet: DB, BE and 25. RGB value is (219,190,37). Sum of RGB (Red+Green+Blue) = 219+190+37=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 37 (14.84% from 255 or 8.30% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE25 is #2441DA. Grayscale: #B5B5B5. Windows color (decimal): -2376155 or 2473691. OLE color: 2473691.
HSL color Cylindrical-coordinate representation of color #DBBE25: hue angle of 50.44º 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 #DBBE25 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 37 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.14 |
| HSL | 50.44º | 0.72% | 0.5% | - |
| HSV(B) | 50.44º | 0.83% | 0.86% | - |
| XYZ | 47.96 | 52.02 | 9.26 | - |
| YUV | 181.23 | 46.61 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 37 | 0 | 0.13 | 0.83 | 0.14 | 50.44 | 0.72 | 0.5 |
| Hex | DB | BE | 25 | 0 | D | 53 | E | 32 | 48 | 32 |
| Octal | 333 | 276 | 45 | 0 | 15 | 123 | 16 | 62 | 110 | 62 |
| Binary | 11011011 | 10111110 | 100101 | 0 | 1101 | 1010011 | 1110 | 110010 | 1001000 | 110010 |
Color Harmonies of #DBBE25
Complementary color
Monochromatic Colors of #DBBE25
Black with #DBBE25
Text Example
Text Example
White with #DBBE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE25; }
p { color: rgb(219,190,37); }
H1.HeaderClassName
{
color: #DBBE25;
}
.AnyTagClassName
{
color: #DBBE25;
}
</style>
background-color css
<style>
a { background-color: #DBBE25; }
a { background-color: rgb(219,190,37); }
div.DivClassName
{
background-color: #DBBE25;
}
.BgClassName
{
background-color: #DBBE25;
}
</style>
border-color css
<style>
span { border-color: #DBBE25; }
span { border-color: rgb(219,190,37); }
td.TdClassName
{
border-color: #DBBE25;
}
.TagClassName
{
border-color: #DBBE25;
}
</style>