Shades of Ronchi #DCBB53
Tints of Ronchi #DCBB53
RGB
CMYK
RGB Variations
Color information
#DCBB53 (or 0xDCBB53) is known color: Ronchi. HEX triplet: DC, BB and 53. RGB value is (220,187,83). Sum of RGB (Red+Green+Blue) = 220+187+83=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 83 (32.81% from 255 or 16.94% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB53 is #2344AC. Grayscale: #B9B9B9. Windows color (decimal): -2311341 or 5487580. OLE color: 5487580.
HSL color Cylindrical-coordinate representation of color #DCBB53: hue angle of 45.55º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCBB53 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 83 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.14 |
| HSL | 45.55º | 0.66% | 0.59% | - |
| HSV(B) | 45.55º | 0.62% | 0.86% | - |
| XYZ | 48.85 | 51.38 | 15.53 | - |
| YUV | 185.01 | 70.43 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 83 | 0 | 0.15 | 0.62 | 0.14 | 45.55 | 0.66 | 0.59 |
| Hex | DC | BB | 53 | 0 | F | 3E | E | 2E | 42 | 3B |
| Octal | 334 | 273 | 123 | 0 | 17 | 76 | 16 | 56 | 102 | 73 |
| Binary | 11011100 | 10111011 | 1010011 | 0 | 1111 | 111110 | 1110 | 101110 | 1000010 | 111011 |
Color Harmonies of #DCBB53
Complementary color
Monochromatic Colors of #DCBB53
Black with #DCBB53
Text Example
Text Example
White with #DCBB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB53; }
p { color: rgb(220,187,83); }
H1.HeaderClassName
{
color: #DCBB53;
}
.AnyTagClassName
{
color: #DCBB53;
}
</style>
background-color css
<style>
a { background-color: #DCBB53; }
a { background-color: rgb(220,187,83); }
div.DivClassName
{
background-color: #DCBB53;
}
.BgClassName
{
background-color: #DCBB53;
}
</style>
border-color css
<style>
span { border-color: #DCBB53; }
span { border-color: rgb(220,187,83); }
td.TdClassName
{
border-color: #DCBB53;
}
.TagClassName
{
border-color: #DCBB53;
}
</style>