Shades of Sunflower #DBCA19
Tints of Sunflower #DBCA19
RGB
CMYK
RGB Variations
Color information
#DBCA19 (or 0xDBCA19) is known color: Sunflower. HEX triplet: DB, CA and 19. RGB value is (219,202,25). Sum of RGB (Red+Green+Blue) = 219+202+25=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 25 (10.16% from 255 or 5.61% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCA19 is #2435E6. Grayscale: #BBBBBB. Windows color (decimal): -2373095 or 1690331. OLE color: 1690331.
HSL color Cylindrical-coordinate representation of color #DBCA19: hue angle of 54.74º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBCA19 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 25 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.14 |
| HSL | 54.74º | 0.8% | 0.48% | - |
| HSV(B) | 54.74º | 0.89% | 0.86% | - |
| XYZ | 50.51 | 57.37 | 9.33 | - |
| YUV | 186.91 | 36.63 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 25 | 0 | 0.08 | 0.89 | 0.14 | 54.74 | 0.8 | 0.48 |
| Hex | DB | CA | 19 | 0 | 8 | 59 | E | 37 | 50 | 30 |
| Octal | 333 | 312 | 31 | 0 | 10 | 131 | 16 | 67 | 120 | 60 |
| Binary | 11011011 | 11001010 | 11001 | 0 | 1000 | 1011001 | 1110 | 110111 | 1010000 | 110000 |
Color Harmonies of #DBCA19
Complementary color
Monochromatic Colors of #DBCA19
Black with #DBCA19
Text Example
Text Example
White with #DBCA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA19; }
p { color: rgb(219,202,25); }
H1.HeaderClassName
{
color: #DBCA19;
}
.AnyTagClassName
{
color: #DBCA19;
}
</style>
background-color css
<style>
a { background-color: #DBCA19; }
a { background-color: rgb(219,202,25); }
div.DivClassName
{
background-color: #DBCA19;
}
.BgClassName
{
background-color: #DBCA19;
}
</style>
border-color css
<style>
span { border-color: #DBCA19; }
span { border-color: rgb(219,202,25); }
td.TdClassName
{
border-color: #DBCA19;
}
.TagClassName
{
border-color: #DBCA19;
}
</style>