Shades of Sunflower #DBCB13
Tints of Sunflower #DBCB13
RGB
CMYK
RGB Variations
Color information
#DBCB13 (or 0xDBCB13) is known color: Sunflower. HEX triplet: DB, CB and 13. RGB value is (219,203,19). Sum of RGB (Red+Green+Blue) = 219+203+19=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 19 (7.81% from 255 or 4.31% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCB13 is #2434EC. Grayscale: #BBBBBB. Windows color (decimal): -2372845 or 1297371. OLE color: 1297371.
HSL color Cylindrical-coordinate representation of color #DBCB13: hue angle of 55.2º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBCB13 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 19 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.14 |
| HSL | 55.2º | 0.84% | 0.47% | - |
| HSV(B) | 55.2º | 0.91% | 0.86% | - |
| XYZ | 50.69 | 57.82 | 9.1 | - |
| YUV | 186.81 | 33.3 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 19 | 0 | 0.07 | 0.91 | 0.14 | 55.2 | 0.84 | 0.47 |
| Hex | DB | CB | 13 | 0 | 7 | 5B | E | 37 | 54 | 2F |
| Octal | 333 | 313 | 23 | 0 | 7 | 133 | 16 | 67 | 124 | 57 |
| Binary | 11011011 | 11001011 | 10011 | 0 | 111 | 1011011 | 1110 | 110111 | 1010100 | 101111 |
Color Harmonies of #DBCB13
Complementary color
Monochromatic Colors of #DBCB13
Black with #DBCB13
Text Example
Text Example
White with #DBCB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB13; }
p { color: rgb(219,203,19); }
H1.HeaderClassName
{
color: #DBCB13;
}
.AnyTagClassName
{
color: #DBCB13;
}
</style>
background-color css
<style>
a { background-color: #DBCB13; }
a { background-color: rgb(219,203,19); }
div.DivClassName
{
background-color: #DBCB13;
}
.BgClassName
{
background-color: #DBCB13;
}
</style>
border-color css
<style>
span { border-color: #DBCB13; }
span { border-color: rgb(219,203,19); }
td.TdClassName
{
border-color: #DBCB13;
}
.TagClassName
{
border-color: #DBCB13;
}
</style>