Shades of Ronchi #DCB749
Tints of Ronchi #DCB749
RGB
CMYK
RGB Variations
Color information
#DCB749 (or 0xDCB749) is known color: Ronchi. HEX triplet: DC, B7 and 49. RGB value is (220,183,73). Sum of RGB (Red+Green+Blue) = 220+183+73=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB749 is #2348B6. Grayscale: #B6B6B6. Windows color (decimal): -2312375 or 4831196. OLE color: 4831196.
HSL color Cylindrical-coordinate representation of color #DCB749: hue angle of 44.9º 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 #DCB749 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 73 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.14 |
| HSL | 44.9º | 0.68% | 0.57% | - |
| HSV(B) | 44.9º | 0.67% | 0.86% | - |
| XYZ | 47.65 | 49.56 | 13.36 | - |
| YUV | 181.52 | 66.76 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 73 | 0 | 0.17 | 0.67 | 0.14 | 44.9 | 0.68 | 0.57 |
| Hex | DC | B7 | 49 | 0 | 11 | 43 | E | 2D | 44 | 39 |
| Octal | 334 | 267 | 111 | 0 | 21 | 103 | 16 | 55 | 104 | 71 |
| Binary | 11011100 | 10110111 | 1001001 | 0 | 10001 | 1000011 | 1110 | 101101 | 1000100 | 111001 |
Color Harmonies of #DCB749
Complementary color
Monochromatic Colors of #DCB749
Black with #DCB749
Text Example
Text Example
White with #DCB749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB749; }
p { color: rgb(220,183,73); }
H1.HeaderClassName
{
color: #DCB749;
}
.AnyTagClassName
{
color: #DCB749;
}
</style>
background-color css
<style>
a { background-color: #DCB749; }
a { background-color: rgb(220,183,73); }
div.DivClassName
{
background-color: #DCB749;
}
.BgClassName
{
background-color: #DCB749;
}
</style>
border-color css
<style>
span { border-color: #DCB749; }
span { border-color: rgb(220,183,73); }
td.TdClassName
{
border-color: #DCB749;
}
.TagClassName
{
border-color: #DCB749;
}
</style>