Shades of Sunflower #DCBA0A
Tints of Sunflower #DCBA0A
RGB
CMYK
RGB Variations
Color information
#DCBA0A (or 0xDCBA0A) is known color: Sunflower. HEX triplet: DC, BA and 0A. RGB value is (220,186,10). Sum of RGB (Red+Green+Blue) = 220+186+10=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 10 (4.30% from 255 or 2.40% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA0A is #2345F5. Grayscale: #B0B0B0. Windows color (decimal): -2311670 or 703196. OLE color: 703196.
HSL color Cylindrical-coordinate representation of color #DCBA0A: hue angle of 50.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCBA0A is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 10 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.14 |
| HSL | 50.29º | 0.91% | 0.45% | - |
| HSV(B) | 50.29º | 0.95% | 0.86% | - |
| XYZ | 47.13 | 50.36 | 7.52 | - |
| YUV | 176.1 | 34.26 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 10 | 0 | 0.15 | 0.95 | 0.14 | 50.29 | 0.91 | 0.45 |
| Hex | DC | BA | A | 0 | F | 5F | E | 32 | 5B | 2D |
| Octal | 334 | 272 | 12 | 0 | 17 | 137 | 16 | 62 | 133 | 55 |
| Binary | 11011100 | 10111010 | 1010 | 0 | 1111 | 1011111 | 1110 | 110010 | 1011011 | 101101 |
Color Harmonies of #DCBA0A
Complementary color
Monochromatic Colors of #DCBA0A
Black with #DCBA0A
Text Example
Text Example
White with #DCBA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA0A; }
p { color: rgb(220,186,10); }
H1.HeaderClassName
{
color: #DCBA0A;
}
.AnyTagClassName
{
color: #DCBA0A;
}
</style>
background-color css
<style>
a { background-color: #DCBA0A; }
a { background-color: rgb(220,186,10); }
div.DivClassName
{
background-color: #DCBA0A;
}
.BgClassName
{
background-color: #DCBA0A;
}
</style>
border-color css
<style>
span { border-color: #DCBA0A; }
span { border-color: rgb(220,186,10); }
td.TdClassName
{
border-color: #DCBA0A;
}
.TagClassName
{
border-color: #DCBA0A;
}
</style>