Shades of Sunflower #DBCA10
Tints of Sunflower #DBCA10
RGB
CMYK
RGB Variations
Color information
#DBCA10 (or 0xDBCA10) is known color: Sunflower. HEX triplet: DB, CA and 10. RGB value is (219,202,16). Sum of RGB (Red+Green+Blue) = 219+202+16=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCA10 is #2435EF. Grayscale: #BABABA. Windows color (decimal): -2373104 or 1100507. OLE color: 1100507.
HSL color Cylindrical-coordinate representation of color #DBCA10: hue angle of 54.98º 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 #DBCA10 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 16 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.14 |
| HSL | 54.98º | 0.86% | 0.46% | - |
| HSV(B) | 54.98º | 0.93% | 0.86% | - |
| XYZ | 50.43 | 57.34 | 8.9 | - |
| YUV | 185.88 | 32.13 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 16 | 0 | 0.08 | 0.93 | 0.14 | 54.98 | 0.86 | 0.46 |
| Hex | DB | CA | 10 | 0 | 8 | 5D | E | 37 | 56 | 2E |
| Octal | 333 | 312 | 20 | 0 | 10 | 135 | 16 | 67 | 126 | 56 |
| Binary | 11011011 | 11001010 | 10000 | 0 | 1000 | 1011101 | 1110 | 110111 | 1010110 | 101110 |
Color Harmonies of #DBCA10
Complementary color
Monochromatic Colors of #DBCA10
Black with #DBCA10
Text Example
Text Example
White with #DBCA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA10; }
p { color: rgb(219,202,16); }
H1.HeaderClassName
{
color: #DBCA10;
}
.AnyTagClassName
{
color: #DBCA10;
}
</style>
background-color css
<style>
a { background-color: #DBCA10; }
a { background-color: rgb(219,202,16); }
div.DivClassName
{
background-color: #DBCA10;
}
.BgClassName
{
background-color: #DBCA10;
}
</style>
border-color css
<style>
span { border-color: #DBCA10; }
span { border-color: rgb(219,202,16); }
td.TdClassName
{
border-color: #DBCA10;
}
.TagClassName
{
border-color: #DBCA10;
}
</style>