Shades of Sunflower #DBCA0E
Tints of Sunflower #DBCA0E
RGB
CMYK
RGB Variations
Color information
#DBCA0E (or 0xDBCA0E) is known color: Sunflower. HEX triplet: DB, CA and 0E. RGB value is (219,202,14). Sum of RGB (Red+Green+Blue) = 219+202+14=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 14 (5.86% from 255 or 3.22% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCA0E is #2435F1. Grayscale: #BABABA. Windows color (decimal): -2373106 or 969435. OLE color: 969435.
HSL color Cylindrical-coordinate representation of color #DBCA0E: hue angle of 55.02º 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 #DBCA0E is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 14 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.14 |
| HSL | 55.02º | 0.88% | 0.46% | - |
| HSV(B) | 55.02º | 0.94% | 0.86% | - |
| XYZ | 50.41 | 57.33 | 8.82 | - |
| YUV | 185.65 | 31.13 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 14 | 0 | 0.08 | 0.94 | 0.14 | 55.02 | 0.88 | 0.46 |
| Hex | DB | CA | E | 0 | 8 | 5E | E | 37 | 58 | 2E |
| Octal | 333 | 312 | 16 | 0 | 10 | 136 | 16 | 67 | 130 | 56 |
| Binary | 11011011 | 11001010 | 1110 | 0 | 1000 | 1011110 | 1110 | 110111 | 1011000 | 101110 |
Color Harmonies of #DBCA0E
Complementary color
Monochromatic Colors of #DBCA0E
Black with #DBCA0E
Text Example
Text Example
White with #DBCA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA0E; }
p { color: rgb(219,202,14); }
H1.HeaderClassName
{
color: #DBCA0E;
}
.AnyTagClassName
{
color: #DBCA0E;
}
</style>
background-color css
<style>
a { background-color: #DBCA0E; }
a { background-color: rgb(219,202,14); }
div.DivClassName
{
background-color: #DBCA0E;
}
.BgClassName
{
background-color: #DBCA0E;
}
</style>
border-color css
<style>
span { border-color: #DBCA0E; }
span { border-color: rgb(219,202,14); }
td.TdClassName
{
border-color: #DBCA0E;
}
.TagClassName
{
border-color: #DBCA0E;
}
</style>