Shades of Ronchi #DCB950
Tints of Ronchi #DCB950
RGB
CMYK
RGB Variations
Color information
#DCB950 (or 0xDCB950) is known color: Ronchi. HEX triplet: DC, B9 and 50. RGB value is (220,185,80). Sum of RGB (Red+Green+Blue) = 220+185+80=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB950 is #2346AF. Grayscale: #B7B7B7. Windows color (decimal): -2311856 or 5290460. OLE color: 5290460.
HSL color Cylindrical-coordinate representation of color #DCB950: hue angle of 45º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCB950 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 80 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.14 |
| HSL | 45º | 0.67% | 0.59% | - |
| HSV(B) | 45º | 0.64% | 0.86% | - |
| XYZ | 48.31 | 50.49 | 14.79 | - |
| YUV | 183.5 | 69.6 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 80 | 0 | 0.16 | 0.64 | 0.14 | 45 | 0.67 | 0.59 |
| Hex | DC | B9 | 50 | 0 | 10 | 40 | E | 2D | 43 | 3B |
| Octal | 334 | 271 | 120 | 0 | 20 | 100 | 16 | 55 | 103 | 73 |
| Binary | 11011100 | 10111001 | 1010000 | 0 | 10000 | 1000000 | 1110 | 101101 | 1000011 | 111011 |
Color Harmonies of #DCB950
Complementary color
Monochromatic Colors of #DCB950
Black with #DCB950
Text Example
Text Example
White with #DCB950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB950; }
p { color: rgb(220,185,80); }
H1.HeaderClassName
{
color: #DCB950;
}
.AnyTagClassName
{
color: #DCB950;
}
</style>
background-color css
<style>
a { background-color: #DCB950; }
a { background-color: rgb(220,185,80); }
div.DivClassName
{
background-color: #DCB950;
}
.BgClassName
{
background-color: #DCB950;
}
</style>
border-color css
<style>
span { border-color: #DCB950; }
span { border-color: rgb(220,185,80); }
td.TdClassName
{
border-color: #DCB950;
}
.TagClassName
{
border-color: #DCB950;
}
</style>