Shades of Sunflower #DBBE15
Tints of Sunflower #DBBE15
RGB
CMYK
RGB Variations
Color information
#DBBE15 (or 0xDBBE15) is known color: Sunflower. HEX triplet: DB, BE and 15. RGB value is (219,190,21). Sum of RGB (Red+Green+Blue) = 219+190+21=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBE15 is #2441EA. Grayscale: #B4B4B4. Windows color (decimal): -2376171 or 1425115. OLE color: 1425115.
HSL color Cylindrical-coordinate representation of color #DBBE15: hue angle of 51.21º 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 #DBBE15 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 21 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.14 |
| HSL | 51.21º | 0.83% | 0.47% | - |
| HSV(B) | 51.21º | 0.9% | 0.86% | - |
| XYZ | 47.76 | 51.94 | 8.22 | - |
| YUV | 179.41 | 38.61 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 21 | 0 | 0.13 | 0.90 | 0.14 | 51.21 | 0.83 | 0.47 |
| Hex | DB | BE | 15 | 0 | D | 5A | E | 33 | 52 | 2F |
| Octal | 333 | 276 | 25 | 0 | 15 | 132 | 16 | 63 | 122 | 57 |
| Binary | 11011011 | 10111110 | 10101 | 0 | 1101 | 1011010 | 1110 | 110011 | 1010010 | 101111 |
Color Harmonies of #DBBE15
Complementary color
Monochromatic Colors of #DBBE15
Black with #DBBE15
Text Example
Text Example
White with #DBBE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE15; }
p { color: rgb(219,190,21); }
H1.HeaderClassName
{
color: #DBBE15;
}
.AnyTagClassName
{
color: #DBBE15;
}
</style>
background-color css
<style>
a { background-color: #DBBE15; }
a { background-color: rgb(219,190,21); }
div.DivClassName
{
background-color: #DBBE15;
}
.BgClassName
{
background-color: #DBBE15;
}
</style>
border-color css
<style>
span { border-color: #DBBE15; }
span { border-color: rgb(219,190,21); }
td.TdClassName
{
border-color: #DBBE15;
}
.TagClassName
{
border-color: #DBBE15;
}
</style>