Shades of Ronchi #DEBA55
Tints of Ronchi #DEBA55
RGB
CMYK
RGB Variations
Color information
#DEBA55 (or 0xDEBA55) is known color: Ronchi. HEX triplet: DE, BA and 55. RGB value is (222,186,85). Sum of RGB (Red+Green+Blue) = 222+186+85=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBA55 is #2145AA. Grayscale: #B9B9B9. Windows color (decimal): -2180523 or 5618398. OLE color: 5618398.
HSL color Cylindrical-coordinate representation of color #DEBA55: hue angle of 44.23º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DEBA55 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 85 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.13 |
| HSL | 44.23º | 0.67% | 0.6% | - |
| HSV(B) | 44.23º | 0.62% | 0.87% | - |
| XYZ | 49.32 | 51.3 | 15.9 | - |
| YUV | 185.25 | 71.43 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 85 | 0 | 0.16 | 0.62 | 0.13 | 44.23 | 0.67 | 0.6 |
| Hex | DE | BA | 55 | 0 | 10 | 3E | D | 2C | 43 | 3C |
| Octal | 336 | 272 | 125 | 0 | 20 | 76 | 15 | 54 | 103 | 74 |
| Binary | 11011110 | 10111010 | 1010101 | 0 | 10000 | 111110 | 1101 | 101100 | 1000011 | 111100 |
Color Harmonies of #DEBA55
Complementary color
Monochromatic Colors of #DEBA55
Black with #DEBA55
Text Example
Text Example
White with #DEBA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBA55; }
p { color: rgb(222,186,85); }
H1.HeaderClassName
{
color: #DEBA55;
}
.AnyTagClassName
{
color: #DEBA55;
}
</style>
background-color css
<style>
a { background-color: #DEBA55; }
a { background-color: rgb(222,186,85); }
div.DivClassName
{
background-color: #DEBA55;
}
.BgClassName
{
background-color: #DEBA55;
}
</style>
border-color css
<style>
span { border-color: #DEBA55; }
span { border-color: rgb(222,186,85); }
td.TdClassName
{
border-color: #DEBA55;
}
.TagClassName
{
border-color: #DEBA55;
}
</style>