Shades of Ronchi #DEBC53
Tints of Ronchi #DEBC53
RGB
CMYK
RGB Variations
Color information
#DEBC53 (or 0xDEBC53) is known color: Ronchi. HEX triplet: DE, BC and 53. RGB value is (222,188,83). Sum of RGB (Red+Green+Blue) = 222+188+83=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 83 (32.81% from 255 or 16.84% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBC53 is #2143AC. Grayscale: #BABABA. Windows color (decimal): -2180013 or 5487838. OLE color: 5487838.
HSL color Cylindrical-coordinate representation of color #DEBC53: hue angle of 45.32º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DEBC53 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 83 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.13 |
| HSL | 45.32º | 0.68% | 0.6% | - |
| HSV(B) | 45.32º | 0.63% | 0.87% | - |
| XYZ | 49.67 | 52.12 | 15.63 | - |
| YUV | 186.2 | 69.76 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 83 | 0 | 0.15 | 0.63 | 0.13 | 45.32 | 0.68 | 0.6 |
| Hex | DE | BC | 53 | 0 | F | 3F | D | 2D | 44 | 3C |
| Octal | 336 | 274 | 123 | 0 | 17 | 77 | 15 | 55 | 104 | 74 |
| Binary | 11011110 | 10111100 | 1010011 | 0 | 1111 | 111111 | 1101 | 101101 | 1000100 | 111100 |
Color Harmonies of #DEBC53
Complementary color
Monochromatic Colors of #DEBC53
Black with #DEBC53
Text Example
Text Example
White with #DEBC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBC53; }
p { color: rgb(222,188,83); }
H1.HeaderClassName
{
color: #DEBC53;
}
.AnyTagClassName
{
color: #DEBC53;
}
</style>
background-color css
<style>
a { background-color: #DEBC53; }
a { background-color: rgb(222,188,83); }
div.DivClassName
{
background-color: #DEBC53;
}
.BgClassName
{
background-color: #DEBC53;
}
</style>
border-color css
<style>
span { border-color: #DEBC53; }
span { border-color: rgb(222,188,83); }
td.TdClassName
{
border-color: #DEBC53;
}
.TagClassName
{
border-color: #DEBC53;
}
</style>