Shades of Ronchi #DEBB56
Tints of Ronchi #DEBB56
RGB
CMYK
RGB Variations
Color information
#DEBB56 (or 0xDEBB56) is known color: Ronchi. HEX triplet: DE, BB and 56. RGB value is (222,187,86). Sum of RGB (Red+Green+Blue) = 222+187+86=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 86 (33.98% from 255 or 17.37% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBB56 is #2144A9. Grayscale: #BABABA. Windows color (decimal): -2180266 or 5684190. OLE color: 5684190.
HSL color Cylindrical-coordinate representation of color #DEBB56: hue angle of 44.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DEBB56 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 86 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.13 |
| HSL | 44.56º | 0.67% | 0.6% | - |
| HSV(B) | 44.56º | 0.61% | 0.87% | - |
| XYZ | 49.57 | 51.74 | 16.18 | - |
| YUV | 185.95 | 71.6 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 86 | 0 | 0.16 | 0.61 | 0.13 | 44.56 | 0.67 | 0.6 |
| Hex | DE | BB | 56 | 0 | 10 | 3D | D | 2D | 43 | 3C |
| Octal | 336 | 273 | 126 | 0 | 20 | 75 | 15 | 55 | 103 | 74 |
| Binary | 11011110 | 10111011 | 1010110 | 0 | 10000 | 111101 | 1101 | 101101 | 1000011 | 111100 |
Color Harmonies of #DEBB56
Complementary color
Monochromatic Colors of #DEBB56
Black with #DEBB56
Text Example
Text Example
White with #DEBB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB56; }
p { color: rgb(222,187,86); }
H1.HeaderClassName
{
color: #DEBB56;
}
.AnyTagClassName
{
color: #DEBB56;
}
</style>
background-color css
<style>
a { background-color: #DEBB56; }
a { background-color: rgb(222,187,86); }
div.DivClassName
{
background-color: #DEBB56;
}
.BgClassName
{
background-color: #DEBB56;
}
</style>
border-color css
<style>
span { border-color: #DEBB56; }
span { border-color: rgb(222,187,86); }
td.TdClassName
{
border-color: #DEBB56;
}
.TagClassName
{
border-color: #DEBB56;
}
</style>