Shades of Sunflower #DBCE10
Tints of Sunflower #DBCE10
RGB
CMYK
RGB Variations
Color information
#DBCE10 (or 0xDBCE10) is known color: Sunflower. HEX triplet: DB, CE and 10. RGB value is (219,206,16). Sum of RGB (Red+Green+Blue) = 219+206+16=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCE10 is #2431EF. Grayscale: #BDBDBD. Windows color (decimal): -2372080 or 1101531. OLE color: 1101531.
HSL color Cylindrical-coordinate representation of color #DBCE10: hue angle of 56.16º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBCE10 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 16 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.14 |
| HSL | 56.16º | 0.86% | 0.46% | - |
| HSV(B) | 56.16º | 0.93% | 0.86% | - |
| XYZ | 51.38 | 59.24 | 9.22 | - |
| YUV | 188.23 | 30.81 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 16 | 0 | 0.06 | 0.93 | 0.14 | 56.16 | 0.86 | 0.46 |
| Hex | DB | CE | 10 | 0 | 6 | 5D | E | 38 | 56 | 2E |
| Octal | 333 | 316 | 20 | 0 | 6 | 135 | 16 | 70 | 126 | 56 |
| Binary | 11011011 | 11001110 | 10000 | 0 | 110 | 1011101 | 1110 | 111000 | 1010110 | 101110 |
Color Harmonies of #DBCE10
Complementary color
Monochromatic Colors of #DBCE10
Black with #DBCE10
Text Example
Text Example
White with #DBCE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE10; }
p { color: rgb(219,206,16); }
H1.HeaderClassName
{
color: #DBCE10;
}
.AnyTagClassName
{
color: #DBCE10;
}
</style>
background-color css
<style>
a { background-color: #DBCE10; }
a { background-color: rgb(219,206,16); }
div.DivClassName
{
background-color: #DBCE10;
}
.BgClassName
{
background-color: #DBCE10;
}
</style>
border-color css
<style>
span { border-color: #DBCE10; }
span { border-color: rgb(219,206,16); }
td.TdClassName
{
border-color: #DBCE10;
}
.TagClassName
{
border-color: #DBCE10;
}
</style>