Shades of Sunflower #DCBA11
Tints of Sunflower #DCBA11
RGB
CMYK
RGB Variations
Color information
#DCBA11 (or 0xDCBA11) is known color: Sunflower. HEX triplet: DC, BA and 11. RGB value is (220,186,17). Sum of RGB (Red+Green+Blue) = 220+186+17=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA11 is #2345EE. Grayscale: #B1B1B1. Windows color (decimal): -2311663 or 1161948. OLE color: 1161948.
HSL color Cylindrical-coordinate representation of color #DCBA11: hue angle of 49.95º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCBA11 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 17 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.14 |
| HSL | 49.95º | 0.86% | 0.46% | - |
| HSV(B) | 49.95º | 0.92% | 0.86% | - |
| XYZ | 47.18 | 50.37 | 7.77 | - |
| YUV | 176.9 | 37.76 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 17 | 0 | 0.15 | 0.92 | 0.14 | 49.95 | 0.86 | 0.46 |
| Hex | DC | BA | 11 | 0 | F | 5C | E | 32 | 56 | 2E |
| Octal | 334 | 272 | 21 | 0 | 17 | 134 | 16 | 62 | 126 | 56 |
| Binary | 11011100 | 10111010 | 10001 | 0 | 1111 | 1011100 | 1110 | 110010 | 1010110 | 101110 |
Color Harmonies of #DCBA11
Complementary color
Monochromatic Colors of #DCBA11
Black with #DCBA11
Text Example
Text Example
White with #DCBA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA11; }
p { color: rgb(220,186,17); }
H1.HeaderClassName
{
color: #DCBA11;
}
.AnyTagClassName
{
color: #DCBA11;
}
</style>
background-color css
<style>
a { background-color: #DCBA11; }
a { background-color: rgb(220,186,17); }
div.DivClassName
{
background-color: #DCBA11;
}
.BgClassName
{
background-color: #DCBA11;
}
</style>
border-color css
<style>
span { border-color: #DCBA11; }
span { border-color: rgb(220,186,17); }
td.TdClassName
{
border-color: #DCBA11;
}
.TagClassName
{
border-color: #DCBA11;
}
</style>