Shades of Sunflower #DBCB19
Tints of Sunflower #DBCB19
RGB
CMYK
RGB Variations
Color information
#DBCB19 (or 0xDBCB19) is known color: Sunflower. HEX triplet: DB, CB and 19. RGB value is (219,203,25). Sum of RGB (Red+Green+Blue) = 219+203+25=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 25 (10.16% from 255 or 5.59% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCB19 is #2434E6. Grayscale: #BCBCBC. Windows color (decimal): -2372839 or 1690587. OLE color: 1690587.
HSL color Cylindrical-coordinate representation of color #DBCB19: hue angle of 55.05º 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 #DBCB19 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 25 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.14 |
| HSL | 55.05º | 0.8% | 0.48% | - |
| HSV(B) | 55.05º | 0.89% | 0.86% | - |
| XYZ | 50.74 | 57.84 | 9.41 | - |
| YUV | 187.49 | 36.3 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 25 | 0 | 0.07 | 0.89 | 0.14 | 55.05 | 0.8 | 0.48 |
| Hex | DB | CB | 19 | 0 | 7 | 59 | E | 37 | 50 | 30 |
| Octal | 333 | 313 | 31 | 0 | 7 | 131 | 16 | 67 | 120 | 60 |
| Binary | 11011011 | 11001011 | 11001 | 0 | 111 | 1011001 | 1110 | 110111 | 1010000 | 110000 |
Color Harmonies of #DBCB19
Complementary color
Monochromatic Colors of #DBCB19
Black with #DBCB19
Text Example
Text Example
White with #DBCB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB19; }
p { color: rgb(219,203,25); }
H1.HeaderClassName
{
color: #DBCB19;
}
.AnyTagClassName
{
color: #DBCB19;
}
</style>
background-color css
<style>
a { background-color: #DBCB19; }
a { background-color: rgb(219,203,25); }
div.DivClassName
{
background-color: #DBCB19;
}
.BgClassName
{
background-color: #DBCB19;
}
</style>
border-color css
<style>
span { border-color: #DBCB19; }
span { border-color: rgb(219,203,25); }
td.TdClassName
{
border-color: #DBCB19;
}
.TagClassName
{
border-color: #DBCB19;
}
</style>