Shades of Sunflower #DBCA14
Tints of Sunflower #DBCA14
RGB
CMYK
RGB Variations
Color information
#DBCA14 (or 0xDBCA14) is known color: Sunflower. HEX triplet: DB, CA and 14. RGB value is (219,202,20). Sum of RGB (Red+Green+Blue) = 219+202+20=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCA14 is #2435EB. Grayscale: #BBBBBB. Windows color (decimal): -2373100 or 1362651. OLE color: 1362651.
HSL color Cylindrical-coordinate representation of color #DBCA14: hue angle of 54.87º degrees, saturation: 0.83, 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 #DBCA14 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 20 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.14 |
| HSL | 54.87º | 0.83% | 0.47% | - |
| HSV(B) | 54.87º | 0.91% | 0.86% | - |
| XYZ | 50.46 | 57.35 | 9.07 | - |
| YUV | 186.34 | 34.13 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 20 | 0 | 0.08 | 0.91 | 0.14 | 54.87 | 0.83 | 0.47 |
| Hex | DB | CA | 14 | 0 | 8 | 5B | E | 37 | 53 | 2F |
| Octal | 333 | 312 | 24 | 0 | 10 | 133 | 16 | 67 | 123 | 57 |
| Binary | 11011011 | 11001010 | 10100 | 0 | 1000 | 1011011 | 1110 | 110111 | 1010011 | 101111 |
Color Harmonies of #DBCA14
Complementary color
Monochromatic Colors of #DBCA14
Black with #DBCA14
Text Example
Text Example
White with #DBCA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA14; }
p { color: rgb(219,202,20); }
H1.HeaderClassName
{
color: #DBCA14;
}
.AnyTagClassName
{
color: #DBCA14;
}
</style>
background-color css
<style>
a { background-color: #DBCA14; }
a { background-color: rgb(219,202,20); }
div.DivClassName
{
background-color: #DBCA14;
}
.BgClassName
{
background-color: #DBCA14;
}
</style>
border-color css
<style>
span { border-color: #DBCA14; }
span { border-color: rgb(219,202,20); }
td.TdClassName
{
border-color: #DBCA14;
}
.TagClassName
{
border-color: #DBCA14;
}
</style>