Shades of Ronchi #DCBA49
Tints of Ronchi #DCBA49
RGB
CMYK
RGB Variations
Color information
#DCBA49 (or 0xDCBA49) is known color: Ronchi. HEX triplet: DC, BA and 49. RGB value is (220,186,73). Sum of RGB (Red+Green+Blue) = 220+186+73=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA49 is #2345B6. Grayscale: #B7B7B7. Windows color (decimal): -2311607 or 4831964. OLE color: 4831964.
HSL color Cylindrical-coordinate representation of color #DCBA49: hue angle of 46.12º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCBA49 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 73 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.14 |
| HSL | 46.12º | 0.68% | 0.57% | - |
| HSV(B) | 46.12º | 0.67% | 0.86% | - |
| XYZ | 48.28 | 50.81 | 13.57 | - |
| YUV | 183.28 | 65.76 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 73 | 0 | 0.15 | 0.67 | 0.14 | 46.12 | 0.68 | 0.57 |
| Hex | DC | BA | 49 | 0 | F | 43 | E | 2E | 44 | 39 |
| Octal | 334 | 272 | 111 | 0 | 17 | 103 | 16 | 56 | 104 | 71 |
| Binary | 11011100 | 10111010 | 1001001 | 0 | 1111 | 1000011 | 1110 | 101110 | 1000100 | 111001 |
Color Harmonies of #DCBA49
Complementary color
Monochromatic Colors of #DCBA49
Black with #DCBA49
Text Example
Text Example
White with #DCBA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA49; }
p { color: rgb(220,186,73); }
H1.HeaderClassName
{
color: #DCBA49;
}
.AnyTagClassName
{
color: #DCBA49;
}
</style>
background-color css
<style>
a { background-color: #DCBA49; }
a { background-color: rgb(220,186,73); }
div.DivClassName
{
background-color: #DCBA49;
}
.BgClassName
{
background-color: #DCBA49;
}
</style>
border-color css
<style>
span { border-color: #DCBA49; }
span { border-color: rgb(220,186,73); }
td.TdClassName
{
border-color: #DCBA49;
}
.TagClassName
{
border-color: #DCBA49;
}
</style>