Shades of Sunflower #DBCB0E
Tints of Sunflower #DBCB0E
RGB
CMYK
RGB Variations
Color information
#DBCB0E (or 0xDBCB0E) is known color: Sunflower. HEX triplet: DB, CB and 0E. RGB value is (219,203,14). Sum of RGB (Red+Green+Blue) = 219+203+14=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCB0E is #2434F1. Grayscale: #BBBBBB. Windows color (decimal): -2372850 or 969691. OLE color: 969691.
HSL color Cylindrical-coordinate representation of color #DBCB0E: hue angle of 55.32º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBCB0E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 14 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.14 |
| HSL | 55.32º | 0.88% | 0.46% | - |
| HSV(B) | 55.32º | 0.94% | 0.86% | - |
| XYZ | 50.65 | 57.8 | 8.9 | - |
| YUV | 186.24 | 30.8 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 14 | 0 | 0.07 | 0.94 | 0.14 | 55.32 | 0.88 | 0.46 |
| Hex | DB | CB | E | 0 | 7 | 5E | E | 37 | 58 | 2E |
| Octal | 333 | 313 | 16 | 0 | 7 | 136 | 16 | 67 | 130 | 56 |
| Binary | 11011011 | 11001011 | 1110 | 0 | 111 | 1011110 | 1110 | 110111 | 1011000 | 101110 |
Color Harmonies of #DBCB0E
Complementary color
Monochromatic Colors of #DBCB0E
Black with #DBCB0E
Text Example
Text Example
White with #DBCB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB0E; }
p { color: rgb(219,203,14); }
H1.HeaderClassName
{
color: #DBCB0E;
}
.AnyTagClassName
{
color: #DBCB0E;
}
</style>
background-color css
<style>
a { background-color: #DBCB0E; }
a { background-color: rgb(219,203,14); }
div.DivClassName
{
background-color: #DBCB0E;
}
.BgClassName
{
background-color: #DBCB0E;
}
</style>
border-color css
<style>
span { border-color: #DBCB0E; }
span { border-color: rgb(219,203,14); }
td.TdClassName
{
border-color: #DBCB0E;
}
.TagClassName
{
border-color: #DBCB0E;
}
</style>