Shades of Ronchi #DCBA53
Tints of Ronchi #DCBA53
RGB
CMYK
RGB Variations
Color information
#DCBA53 (or 0xDCBA53) is known color: Ronchi. HEX triplet: DC, BA and 53. RGB value is (220,186,83). Sum of RGB (Red+Green+Blue) = 220+186+83=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 83 (32.81% from 255 or 16.97% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA53 is #2345AC. Grayscale: #B8B8B8. Windows color (decimal): -2311597 or 5487324. OLE color: 5487324.
HSL color Cylindrical-coordinate representation of color #DCBA53: hue angle of 45.11º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCBA53 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 83 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.14 |
| HSL | 45.11º | 0.66% | 0.59% | - |
| HSV(B) | 45.11º | 0.62% | 0.86% | - |
| XYZ | 48.64 | 50.96 | 15.46 | - |
| YUV | 184.42 | 70.76 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 83 | 0 | 0.15 | 0.62 | 0.14 | 45.11 | 0.66 | 0.59 |
| Hex | DC | BA | 53 | 0 | F | 3E | E | 2D | 42 | 3B |
| Octal | 334 | 272 | 123 | 0 | 17 | 76 | 16 | 55 | 102 | 73 |
| Binary | 11011100 | 10111010 | 1010011 | 0 | 1111 | 111110 | 1110 | 101101 | 1000010 | 111011 |
Color Harmonies of #DCBA53
Complementary color
Monochromatic Colors of #DCBA53
Black with #DCBA53
Text Example
Text Example
White with #DCBA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA53; }
p { color: rgb(220,186,83); }
H1.HeaderClassName
{
color: #DCBA53;
}
.AnyTagClassName
{
color: #DCBA53;
}
</style>
background-color css
<style>
a { background-color: #DCBA53; }
a { background-color: rgb(220,186,83); }
div.DivClassName
{
background-color: #DCBA53;
}
.BgClassName
{
background-color: #DCBA53;
}
</style>
border-color css
<style>
span { border-color: #DCBA53; }
span { border-color: rgb(220,186,83); }
td.TdClassName
{
border-color: #DCBA53;
}
.TagClassName
{
border-color: #DCBA53;
}
</style>