Shades of Sunflower #DBBE28
Tints of Sunflower #DBBE28
RGB
CMYK
RGB Variations
Color information
#DBBE28 (or 0xDBBE28) is known color: Sunflower. HEX triplet: DB, BE and 28. RGB value is (219,190,40). Sum of RGB (Red+Green+Blue) = 219+190+40=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 40 (16.02% from 255 or 8.91% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE28 is #2441D7. Grayscale: #B6B6B6. Windows color (decimal): -2376152 or 2670299. OLE color: 2670299.
HSL color Cylindrical-coordinate representation of color #DBBE28: hue angle of 50.28º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBBE28 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 40 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.14 |
| HSL | 50.28º | 0.71% | 0.51% | - |
| HSV(B) | 50.28º | 0.82% | 0.86% | - |
| XYZ | 48.01 | 52.04 | 9.52 | - |
| YUV | 181.57 | 48.11 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 40 | 0 | 0.13 | 0.82 | 0.14 | 50.28 | 0.71 | 0.51 |
| Hex | DB | BE | 28 | 0 | D | 52 | E | 32 | 47 | 33 |
| Octal | 333 | 276 | 50 | 0 | 15 | 122 | 16 | 62 | 107 | 63 |
| Binary | 11011011 | 10111110 | 101000 | 0 | 1101 | 1010010 | 1110 | 110010 | 1000111 | 110011 |
Color Harmonies of #DBBE28
Complementary color
Monochromatic Colors of #DBBE28
Black with #DBBE28
Text Example
Text Example
White with #DBBE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE28; }
p { color: rgb(219,190,40); }
H1.HeaderClassName
{
color: #DBBE28;
}
.AnyTagClassName
{
color: #DBBE28;
}
</style>
background-color css
<style>
a { background-color: #DBBE28; }
a { background-color: rgb(219,190,40); }
div.DivClassName
{
background-color: #DBBE28;
}
.BgClassName
{
background-color: #DBBE28;
}
</style>
border-color css
<style>
span { border-color: #DBBE28; }
span { border-color: rgb(219,190,40); }
td.TdClassName
{
border-color: #DBBE28;
}
.TagClassName
{
border-color: #DBBE28;
}
</style>