Shades of Ronchi #DEBC56
Tints of Ronchi #DEBC56
RGB
CMYK
RGB Variations
Color information
#DEBC56 (or 0xDEBC56) is known color: Ronchi. HEX triplet: DE, BC and 56. RGB value is (222,188,86). Sum of RGB (Red+Green+Blue) = 222+188+86=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 86 (33.98% from 255 or 17.34% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBC56 is #2143A9. Grayscale: #BABABA. Windows color (decimal): -2180010 or 5684446. OLE color: 5684446.
HSL color Cylindrical-coordinate representation of color #DEBC56: hue angle of 45º 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 #DEBC56 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 86 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.13 |
| HSL | 45º | 0.67% | 0.6% | - |
| HSV(B) | 45º | 0.61% | 0.87% | - |
| XYZ | 49.79 | 52.17 | 16.25 | - |
| YUV | 186.54 | 71.26 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 86 | 0 | 0.15 | 0.61 | 0.13 | 45 | 0.67 | 0.6 |
| Hex | DE | BC | 56 | 0 | F | 3D | D | 2D | 43 | 3C |
| Octal | 336 | 274 | 126 | 0 | 17 | 75 | 15 | 55 | 103 | 74 |
| Binary | 11011110 | 10111100 | 1010110 | 0 | 1111 | 111101 | 1101 | 101101 | 1000011 | 111100 |
Color Harmonies of #DEBC56
Complementary color
Monochromatic Colors of #DEBC56
Black with #DEBC56
Text Example
Text Example
White with #DEBC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBC56; }
p { color: rgb(222,188,86); }
H1.HeaderClassName
{
color: #DEBC56;
}
.AnyTagClassName
{
color: #DEBC56;
}
</style>
background-color css
<style>
a { background-color: #DEBC56; }
a { background-color: rgb(222,188,86); }
div.DivClassName
{
background-color: #DEBC56;
}
.BgClassName
{
background-color: #DEBC56;
}
</style>
border-color css
<style>
span { border-color: #DEBC56; }
span { border-color: rgb(222,188,86); }
td.TdClassName
{
border-color: #DEBC56;
}
.TagClassName
{
border-color: #DEBC56;
}
</style>