Shades of Ronchi #DCBA4D
Tints of Ronchi #DCBA4D
RGB
CMYK
RGB Variations
Color information
#DCBA4D (or 0xDCBA4D) is known color: Ronchi. HEX triplet: DC, BA and 4D. RGB value is (220,186,77). Sum of RGB (Red+Green+Blue) = 220+186+77=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA4D is #2345B2. Grayscale: #B8B8B8. Windows color (decimal): -2311603 or 5094108. OLE color: 5094108.
HSL color Cylindrical-coordinate representation of color #DCBA4D: hue angle of 45.73º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCBA4D is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 77 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.14 |
| HSL | 45.73º | 0.67% | 0.58% | - |
| HSV(B) | 45.73º | 0.65% | 0.86% | - |
| XYZ | 48.41 | 50.87 | 14.29 | - |
| YUV | 183.74 | 67.76 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 77 | 0 | 0.15 | 0.65 | 0.14 | 45.73 | 0.67 | 0.58 |
| Hex | DC | BA | 4D | 0 | F | 41 | E | 2E | 43 | 3A |
| Octal | 334 | 272 | 115 | 0 | 17 | 101 | 16 | 56 | 103 | 72 |
| Binary | 11011100 | 10111010 | 1001101 | 0 | 1111 | 1000001 | 1110 | 101110 | 1000011 | 111010 |
Color Harmonies of #DCBA4D
Complementary color
Monochromatic Colors of #DCBA4D
Black with #DCBA4D
Text Example
Text Example
White with #DCBA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA4D; }
p { color: rgb(220,186,77); }
H1.HeaderClassName
{
color: #DCBA4D;
}
.AnyTagClassName
{
color: #DCBA4D;
}
</style>
background-color css
<style>
a { background-color: #DCBA4D; }
a { background-color: rgb(220,186,77); }
div.DivClassName
{
background-color: #DCBA4D;
}
.BgClassName
{
background-color: #DCBA4D;
}
</style>
border-color css
<style>
span { border-color: #DCBA4D; }
span { border-color: rgb(220,186,77); }
td.TdClassName
{
border-color: #DCBA4D;
}
.TagClassName
{
border-color: #DCBA4D;
}
</style>