Shades of Sunflower #DBCA13
Tints of Sunflower #DBCA13
RGB
CMYK
RGB Variations
Color information
#DBCA13 (or 0xDBCA13) is known color: Sunflower. HEX triplet: DB, CA and 13. RGB value is (219,202,19). Sum of RGB (Red+Green+Blue) = 219+202+19=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 19 (7.81% from 255 or 4.32% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCA13 is #2435EC. Grayscale: #BABABA. Windows color (decimal): -2373101 or 1297115. OLE color: 1297115.
HSL color Cylindrical-coordinate representation of color #DBCA13: hue angle of 54.9º 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 #DBCA13 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 19 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.14 |
| HSL | 54.9º | 0.84% | 0.47% | - |
| HSV(B) | 54.9º | 0.91% | 0.86% | - |
| XYZ | 50.45 | 57.35 | 9.03 | - |
| YUV | 186.22 | 33.63 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 19 | 0 | 0.08 | 0.91 | 0.14 | 54.9 | 0.84 | 0.47 |
| Hex | DB | CA | 13 | 0 | 8 | 5B | E | 37 | 54 | 2F |
| Octal | 333 | 312 | 23 | 0 | 10 | 133 | 16 | 67 | 124 | 57 |
| Binary | 11011011 | 11001010 | 10011 | 0 | 1000 | 1011011 | 1110 | 110111 | 1010100 | 101111 |
Color Harmonies of #DBCA13
Complementary color
Monochromatic Colors of #DBCA13
Black with #DBCA13
Text Example
Text Example
White with #DBCA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA13; }
p { color: rgb(219,202,19); }
H1.HeaderClassName
{
color: #DBCA13;
}
.AnyTagClassName
{
color: #DBCA13;
}
</style>
background-color css
<style>
a { background-color: #DBCA13; }
a { background-color: rgb(219,202,19); }
div.DivClassName
{
background-color: #DBCA13;
}
.BgClassName
{
background-color: #DBCA13;
}
</style>
border-color css
<style>
span { border-color: #DBCA13; }
span { border-color: rgb(219,202,19); }
td.TdClassName
{
border-color: #DBCA13;
}
.TagClassName
{
border-color: #DBCA13;
}
</style>