Shades of Ronchi #DCB949
Tints of Ronchi #DCB949
RGB
CMYK
RGB Variations
Color information
#DCB949 (or 0xDCB949) is known color: Ronchi. HEX triplet: DC, B9 and 49. RGB value is (220,185,73). Sum of RGB (Red+Green+Blue) = 220+185+73=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 73 (28.91% from 255 or 15.27% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB949 is #2346B6. Grayscale: #B7B7B7. Windows color (decimal): -2311863 or 4831708. OLE color: 4831708.
HSL color Cylindrical-coordinate representation of color #DCB949: hue angle of 45.71º 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 #DCB949 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 73 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.14 |
| HSL | 45.71º | 0.68% | 0.57% | - |
| HSV(B) | 45.71º | 0.67% | 0.86% | - |
| XYZ | 48.07 | 50.39 | 13.5 | - |
| YUV | 182.7 | 66.1 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 73 | 0 | 0.16 | 0.67 | 0.14 | 45.71 | 0.68 | 0.57 |
| Hex | DC | B9 | 49 | 0 | 10 | 43 | E | 2E | 44 | 39 |
| Octal | 334 | 271 | 111 | 0 | 20 | 103 | 16 | 56 | 104 | 71 |
| Binary | 11011100 | 10111001 | 1001001 | 0 | 10000 | 1000011 | 1110 | 101110 | 1000100 | 111001 |
Color Harmonies of #DCB949
Complementary color
Monochromatic Colors of #DCB949
Black with #DCB949
Text Example
Text Example
White with #DCB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB949; }
p { color: rgb(220,185,73); }
H1.HeaderClassName
{
color: #DCB949;
}
.AnyTagClassName
{
color: #DCB949;
}
</style>
background-color css
<style>
a { background-color: #DCB949; }
a { background-color: rgb(220,185,73); }
div.DivClassName
{
background-color: #DCB949;
}
.BgClassName
{
background-color: #DCB949;
}
</style>
border-color css
<style>
span { border-color: #DCB949; }
span { border-color: rgb(220,185,73); }
td.TdClassName
{
border-color: #DCB949;
}
.TagClassName
{
border-color: #DCB949;
}
</style>