Shades of Sunflower #DBCE13
Tints of Sunflower #DBCE13
RGB
CMYK
RGB Variations
Color information
#DBCE13 (or 0xDBCE13) is known color: Sunflower. HEX triplet: DB, CE and 13. RGB value is (219,206,19). Sum of RGB (Red+Green+Blue) = 219+206+19=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 19 (7.81% from 255 or 4.28% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCE13 is #2431EC. Grayscale: #BDBDBD. Windows color (decimal): -2372077 or 1298139. OLE color: 1298139.
HSL color Cylindrical-coordinate representation of color #DBCE13: hue angle of 56.1º 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 #DBCE13 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 19 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.14 |
| HSL | 56.1º | 0.84% | 0.47% | - |
| HSV(B) | 56.1º | 0.91% | 0.86% | - |
| XYZ | 51.4 | 59.25 | 9.34 | - |
| YUV | 188.57 | 32.31 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 19 | 0 | 0.06 | 0.91 | 0.14 | 56.1 | 0.84 | 0.47 |
| Hex | DB | CE | 13 | 0 | 6 | 5B | E | 38 | 54 | 2F |
| Octal | 333 | 316 | 23 | 0 | 6 | 133 | 16 | 70 | 124 | 57 |
| Binary | 11011011 | 11001110 | 10011 | 0 | 110 | 1011011 | 1110 | 111000 | 1010100 | 101111 |
Color Harmonies of #DBCE13
Complementary color
Monochromatic Colors of #DBCE13
Black with #DBCE13
Text Example
Text Example
White with #DBCE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE13; }
p { color: rgb(219,206,19); }
H1.HeaderClassName
{
color: #DBCE13;
}
.AnyTagClassName
{
color: #DBCE13;
}
</style>
background-color css
<style>
a { background-color: #DBCE13; }
a { background-color: rgb(219,206,19); }
div.DivClassName
{
background-color: #DBCE13;
}
.BgClassName
{
background-color: #DBCE13;
}
</style>
border-color css
<style>
span { border-color: #DBCE13; }
span { border-color: rgb(219,206,19); }
td.TdClassName
{
border-color: #DBCE13;
}
.TagClassName
{
border-color: #DBCE13;
}
</style>