Shades of Ronchi #DCBB52
Tints of Ronchi #DCBB52
RGB
CMYK
RGB Variations
Color information
#DCBB52 (or 0xDCBB52) is known color: Ronchi. HEX triplet: DC, BB and 52. RGB value is (220,187,82). Sum of RGB (Red+Green+Blue) = 220+187+82=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 82 (32.42% from 255 or 16.77% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB52 is #2344AD. Grayscale: #B9B9B9. Windows color (decimal): -2311342 or 5422044. OLE color: 5422044.
HSL color Cylindrical-coordinate representation of color #DCBB52: hue angle of 45.65º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCBB52 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 82 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.14 |
| HSL | 45.65º | 0.66% | 0.59% | - |
| HSV(B) | 45.65º | 0.63% | 0.86% | - |
| XYZ | 48.81 | 51.37 | 15.32 | - |
| YUV | 184.9 | 69.93 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 82 | 0 | 0.15 | 0.63 | 0.14 | 45.65 | 0.66 | 0.59 |
| Hex | DC | BB | 52 | 0 | F | 3F | E | 2E | 42 | 3B |
| Octal | 334 | 273 | 122 | 0 | 17 | 77 | 16 | 56 | 102 | 73 |
| Binary | 11011100 | 10111011 | 1010010 | 0 | 1111 | 111111 | 1110 | 101110 | 1000010 | 111011 |
Color Harmonies of #DCBB52
Complementary color
Monochromatic Colors of #DCBB52
Black with #DCBB52
Text Example
Text Example
White with #DCBB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB52; }
p { color: rgb(220,187,82); }
H1.HeaderClassName
{
color: #DCBB52;
}
.AnyTagClassName
{
color: #DCBB52;
}
</style>
background-color css
<style>
a { background-color: #DCBB52; }
a { background-color: rgb(220,187,82); }
div.DivClassName
{
background-color: #DCBB52;
}
.BgClassName
{
background-color: #DCBB52;
}
</style>
border-color css
<style>
span { border-color: #DCBB52; }
span { border-color: rgb(220,187,82); }
td.TdClassName
{
border-color: #DCBB52;
}
.TagClassName
{
border-color: #DCBB52;
}
</style>