Shades of Sunflower #DBBC24
Tints of Sunflower #DBBC24
RGB
CMYK
RGB Variations
Color information
#DBBC24 (or 0xDBBC24) is known color: Sunflower. HEX triplet: DB, BC and 24. RGB value is (219,188,36). Sum of RGB (Red+Green+Blue) = 219+188+36=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 36 (14.45% from 255 or 8.13% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC24 is #2443DB. Grayscale: #B4B4B4. Windows color (decimal): -2376668 or 2407643. OLE color: 2407643.
HSL color Cylindrical-coordinate representation of color #DBBC24: hue angle of 49.84º degrees, saturation: 0.72, 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 #DBBC24 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 36 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.14 |
| HSL | 49.84º | 0.72% | 0.5% | - |
| HSV(B) | 49.84º | 0.84% | 0.86% | - |
| XYZ | 47.52 | 51.15 | 9.04 | - |
| YUV | 179.94 | 46.77 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 36 | 0 | 0.14 | 0.84 | 0.14 | 49.84 | 0.72 | 0.5 |
| Hex | DB | BC | 24 | 0 | E | 54 | E | 32 | 48 | 32 |
| Octal | 333 | 274 | 44 | 0 | 16 | 124 | 16 | 62 | 110 | 62 |
| Binary | 11011011 | 10111100 | 100100 | 0 | 1110 | 1010100 | 1110 | 110010 | 1001000 | 110010 |
Color Harmonies of #DBBC24
Complementary color
Monochromatic Colors of #DBBC24
Black with #DBBC24
Text Example
Text Example
White with #DBBC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC24; }
p { color: rgb(219,188,36); }
H1.HeaderClassName
{
color: #DBBC24;
}
.AnyTagClassName
{
color: #DBBC24;
}
</style>
background-color css
<style>
a { background-color: #DBBC24; }
a { background-color: rgb(219,188,36); }
div.DivClassName
{
background-color: #DBBC24;
}
.BgClassName
{
background-color: #DBBC24;
}
</style>
border-color css
<style>
span { border-color: #DBBC24; }
span { border-color: rgb(219,188,36); }
td.TdClassName
{
border-color: #DBBC24;
}
.TagClassName
{
border-color: #DBBC24;
}
</style>