Shades of Sunflower #DBCB11
Tints of Sunflower #DBCB11
RGB
CMYK
RGB Variations
Color information
#DBCB11 (or 0xDBCB11) is known color: Sunflower. HEX triplet: DB, CB and 11. RGB value is (219,203,17). Sum of RGB (Red+Green+Blue) = 219+203+17=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 17 (7.03% from 255 or 3.87% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCB11 is #2434EE. Grayscale: #BBBBBB. Windows color (decimal): -2372847 or 1166299. OLE color: 1166299.
HSL color Cylindrical-coordinate representation of color #DBCB11: hue angle of 55.25º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBCB11 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 17 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.14 |
| HSL | 55.25º | 0.86% | 0.46% | - |
| HSV(B) | 55.25º | 0.92% | 0.86% | - |
| XYZ | 50.67 | 57.81 | 9.02 | - |
| YUV | 186.58 | 32.3 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 17 | 0 | 0.07 | 0.92 | 0.14 | 55.25 | 0.86 | 0.46 |
| Hex | DB | CB | 11 | 0 | 7 | 5C | E | 37 | 56 | 2E |
| Octal | 333 | 313 | 21 | 0 | 7 | 134 | 16 | 67 | 126 | 56 |
| Binary | 11011011 | 11001011 | 10001 | 0 | 111 | 1011100 | 1110 | 110111 | 1010110 | 101110 |
Color Harmonies of #DBCB11
Complementary color
Monochromatic Colors of #DBCB11
Black with #DBCB11
Text Example
Text Example
White with #DBCB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB11; }
p { color: rgb(219,203,17); }
H1.HeaderClassName
{
color: #DBCB11;
}
.AnyTagClassName
{
color: #DBCB11;
}
</style>
background-color css
<style>
a { background-color: #DBCB11; }
a { background-color: rgb(219,203,17); }
div.DivClassName
{
background-color: #DBCB11;
}
.BgClassName
{
background-color: #DBCB11;
}
</style>
border-color css
<style>
span { border-color: #DBCB11; }
span { border-color: rgb(219,203,17); }
td.TdClassName
{
border-color: #DBCB11;
}
.TagClassName
{
border-color: #DBCB11;
}
</style>