Shades of Ronchi #DCBB50
Tints of Ronchi #DCBB50
RGB
CMYK
RGB Variations
Color information
#DCBB50 (or 0xDCBB50) is known color: Ronchi. HEX triplet: DC, BB and 50. RGB value is (220,187,80). Sum of RGB (Red+Green+Blue) = 220+187+80=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB50 is #2344AF. Grayscale: #B9B9B9. Windows color (decimal): -2311344 or 5290972. OLE color: 5290972.
HSL color Cylindrical-coordinate representation of color #DCBB50: hue angle of 45.86º 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 #DCBB50 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 80 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.14 |
| HSL | 45.86º | 0.67% | 0.59% | - |
| HSV(B) | 45.86º | 0.64% | 0.86% | - |
| XYZ | 48.73 | 51.34 | 14.93 | - |
| YUV | 184.67 | 68.93 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 80 | 0 | 0.15 | 0.64 | 0.14 | 45.86 | 0.67 | 0.59 |
| Hex | DC | BB | 50 | 0 | F | 40 | E | 2E | 43 | 3B |
| Octal | 334 | 273 | 120 | 0 | 17 | 100 | 16 | 56 | 103 | 73 |
| Binary | 11011100 | 10111011 | 1010000 | 0 | 1111 | 1000000 | 1110 | 101110 | 1000011 | 111011 |
Color Harmonies of #DCBB50
Complementary color
Monochromatic Colors of #DCBB50
Black with #DCBB50
Text Example
Text Example
White with #DCBB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB50; }
p { color: rgb(220,187,80); }
H1.HeaderClassName
{
color: #DCBB50;
}
.AnyTagClassName
{
color: #DCBB50;
}
</style>
background-color css
<style>
a { background-color: #DCBB50; }
a { background-color: rgb(220,187,80); }
div.DivClassName
{
background-color: #DCBB50;
}
.BgClassName
{
background-color: #DCBB50;
}
</style>
border-color css
<style>
span { border-color: #DCBB50; }
span { border-color: rgb(220,187,80); }
td.TdClassName
{
border-color: #DCBB50;
}
.TagClassName
{
border-color: #DCBB50;
}
</style>