Shades of Sunflower #DBCA16
Tints of Sunflower #DBCA16
RGB
CMYK
RGB Variations
Color information
#DBCA16 (or 0xDBCA16) is known color: Sunflower. HEX triplet: DB, CA and 16. RGB value is (219,202,22). Sum of RGB (Red+Green+Blue) = 219+202+22=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCA16 is #2435E9. Grayscale: #BBBBBB. Windows color (decimal): -2373098 or 1493723. OLE color: 1493723.
HSL color Cylindrical-coordinate representation of color #DBCA16: hue angle of 54.82º 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 #DBCA16 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 22 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.14 |
| HSL | 54.82º | 0.82% | 0.47% | - |
| HSV(B) | 54.82º | 0.9% | 0.86% | - |
| XYZ | 50.48 | 57.36 | 9.17 | - |
| YUV | 186.56 | 35.13 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 22 | 0 | 0.08 | 0.90 | 0.14 | 54.82 | 0.82 | 0.47 |
| Hex | DB | CA | 16 | 0 | 8 | 5A | E | 37 | 52 | 2F |
| Octal | 333 | 312 | 26 | 0 | 10 | 132 | 16 | 67 | 122 | 57 |
| Binary | 11011011 | 11001010 | 10110 | 0 | 1000 | 1011010 | 1110 | 110111 | 1010010 | 101111 |
Color Harmonies of #DBCA16
Complementary color
Monochromatic Colors of #DBCA16
Black with #DBCA16
Text Example
Text Example
White with #DBCA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA16; }
p { color: rgb(219,202,22); }
H1.HeaderClassName
{
color: #DBCA16;
}
.AnyTagClassName
{
color: #DBCA16;
}
</style>
background-color css
<style>
a { background-color: #DBCA16; }
a { background-color: rgb(219,202,22); }
div.DivClassName
{
background-color: #DBCA16;
}
.BgClassName
{
background-color: #DBCA16;
}
</style>
border-color css
<style>
span { border-color: #DBCA16; }
span { border-color: rgb(219,202,22); }
td.TdClassName
{
border-color: #DBCA16;
}
.TagClassName
{
border-color: #DBCA16;
}
</style>