Shades of Ronchi #DCB94D
Tints of Ronchi #DCB94D
RGB
CMYK
RGB Variations
Color information
#DCB94D (or 0xDCB94D) is known color: Ronchi. HEX triplet: DC, B9 and 4D. RGB value is (220,185,77). Sum of RGB (Red+Green+Blue) = 220+185+77=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB94D is #2346B2. Grayscale: #B7B7B7. Windows color (decimal): -2311859 or 5093852. OLE color: 5093852.
HSL color Cylindrical-coordinate representation of color #DCB94D: hue angle of 45.31º 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 #DCB94D is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 77 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.14 |
| HSL | 45.31º | 0.67% | 0.58% | - |
| HSV(B) | 45.31º | 0.65% | 0.86% | - |
| XYZ | 48.2 | 50.45 | 14.22 | - |
| YUV | 183.15 | 68.1 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 77 | 0 | 0.16 | 0.65 | 0.14 | 45.31 | 0.67 | 0.58 |
| Hex | DC | B9 | 4D | 0 | 10 | 41 | E | 2D | 43 | 3A |
| Octal | 334 | 271 | 115 | 0 | 20 | 101 | 16 | 55 | 103 | 72 |
| Binary | 11011100 | 10111001 | 1001101 | 0 | 10000 | 1000001 | 1110 | 101101 | 1000011 | 111010 |
Color Harmonies of #DCB94D
Complementary color
Monochromatic Colors of #DCB94D
Black with #DCB94D
Text Example
Text Example
White with #DCB94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB94D; }
p { color: rgb(220,185,77); }
H1.HeaderClassName
{
color: #DCB94D;
}
.AnyTagClassName
{
color: #DCB94D;
}
</style>
background-color css
<style>
a { background-color: #DCB94D; }
a { background-color: rgb(220,185,77); }
div.DivClassName
{
background-color: #DCB94D;
}
.BgClassName
{
background-color: #DCB94D;
}
</style>
border-color css
<style>
span { border-color: #DCB94D; }
span { border-color: rgb(220,185,77); }
td.TdClassName
{
border-color: #DCB94D;
}
.TagClassName
{
border-color: #DCB94D;
}
</style>