Shades of Sunflower #DCBA10
Tints of Sunflower #DCBA10
RGB
CMYK
RGB Variations
Color information
#DCBA10 (or 0xDCBA10) is known color: Sunflower. HEX triplet: DC, BA and 10. RGB value is (220,186,16). Sum of RGB (Red+Green+Blue) = 220+186+16=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA10 is #2345EF. Grayscale: #B1B1B1. Windows color (decimal): -2311664 or 1096412. OLE color: 1096412.
HSL color Cylindrical-coordinate representation of color #DCBA10: hue angle of 50º 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 #DCBA10 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 16 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.14 |
| HSL | 50º | 0.86% | 0.46% | - |
| HSV(B) | 50º | 0.93% | 0.86% | - |
| XYZ | 47.17 | 50.37 | 7.73 | - |
| YUV | 176.79 | 37.26 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 16 | 0 | 0.15 | 0.93 | 0.14 | 50 | 0.86 | 0.46 |
| Hex | DC | BA | 10 | 0 | F | 5D | E | 32 | 56 | 2E |
| Octal | 334 | 272 | 20 | 0 | 17 | 135 | 16 | 62 | 126 | 56 |
| Binary | 11011100 | 10111010 | 10000 | 0 | 1111 | 1011101 | 1110 | 110010 | 1010110 | 101110 |
Color Harmonies of #DCBA10
Complementary color
Monochromatic Colors of #DCBA10
Black with #DCBA10
Text Example
Text Example
White with #DCBA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA10; }
p { color: rgb(220,186,16); }
H1.HeaderClassName
{
color: #DCBA10;
}
.AnyTagClassName
{
color: #DCBA10;
}
</style>
background-color css
<style>
a { background-color: #DCBA10; }
a { background-color: rgb(220,186,16); }
div.DivClassName
{
background-color: #DCBA10;
}
.BgClassName
{
background-color: #DCBA10;
}
</style>
border-color css
<style>
span { border-color: #DCBA10; }
span { border-color: rgb(220,186,16); }
td.TdClassName
{
border-color: #DCBA10;
}
.TagClassName
{
border-color: #DCBA10;
}
</style>