Shades of Sunflower #DCBA19
Tints of Sunflower #DCBA19
RGB
CMYK
RGB Variations
Color information
#DCBA19 (or 0xDCBA19) is known color: Sunflower. HEX triplet: DC, BA and 19. RGB value is (220,186,25). Sum of RGB (Red+Green+Blue) = 220+186+25=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 25 (10.16% from 255 or 5.80% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA19 is #2345E6. Grayscale: #B2B2B2. Windows color (decimal): -2311655 or 1686236. OLE color: 1686236.
HSL color Cylindrical-coordinate representation of color #DCBA19: hue angle of 49.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCBA19 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 25 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.14 |
| HSL | 49.54º | 0.8% | 0.48% | - |
| HSV(B) | 49.54º | 0.89% | 0.86% | - |
| XYZ | 47.25 | 50.4 | 8.16 | - |
| YUV | 177.81 | 41.76 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 25 | 0 | 0.15 | 0.89 | 0.14 | 49.54 | 0.8 | 0.48 |
| Hex | DC | BA | 19 | 0 | F | 59 | E | 32 | 50 | 30 |
| Octal | 334 | 272 | 31 | 0 | 17 | 131 | 16 | 62 | 120 | 60 |
| Binary | 11011100 | 10111010 | 11001 | 0 | 1111 | 1011001 | 1110 | 110010 | 1010000 | 110000 |
Color Harmonies of #DCBA19
Complementary color
Monochromatic Colors of #DCBA19
Black with #DCBA19
Text Example
Text Example
White with #DCBA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA19; }
p { color: rgb(220,186,25); }
H1.HeaderClassName
{
color: #DCBA19;
}
.AnyTagClassName
{
color: #DCBA19;
}
</style>
background-color css
<style>
a { background-color: #DCBA19; }
a { background-color: rgb(220,186,25); }
div.DivClassName
{
background-color: #DCBA19;
}
.BgClassName
{
background-color: #DCBA19;
}
</style>
border-color css
<style>
span { border-color: #DCBA19; }
span { border-color: rgb(220,186,25); }
td.TdClassName
{
border-color: #DCBA19;
}
.TagClassName
{
border-color: #DCBA19;
}
</style>