Shades of Ronchi #DEBD53
Tints of Ronchi #DEBD53
RGB
CMYK
RGB Variations
Color information
#DEBD53 (or 0xDEBD53) is known color: Ronchi. HEX triplet: DE, BD and 53. RGB value is (222,189,83). Sum of RGB (Red+Green+Blue) = 222+189+83=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 83 (32.81% from 255 or 16.80% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBD53 is #2142AC. Grayscale: #BBBBBB. Windows color (decimal): -2179757 or 5488094. OLE color: 5488094.
HSL color Cylindrical-coordinate representation of color #DEBD53: hue angle of 45.76º 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 #DEBD53 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 83 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.13 |
| HSL | 45.76º | 0.68% | 0.6% | - |
| HSV(B) | 45.76º | 0.63% | 0.87% | - |
| XYZ | 49.88 | 52.55 | 15.7 | - |
| YUV | 186.78 | 69.43 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 83 | 0 | 0.15 | 0.63 | 0.13 | 45.76 | 0.68 | 0.6 |
| Hex | DE | BD | 53 | 0 | F | 3F | D | 2E | 44 | 3C |
| Octal | 336 | 275 | 123 | 0 | 17 | 77 | 15 | 56 | 104 | 74 |
| Binary | 11011110 | 10111101 | 1010011 | 0 | 1111 | 111111 | 1101 | 101110 | 1000100 | 111100 |
Color Harmonies of #DEBD53
Complementary color
Monochromatic Colors of #DEBD53
Black with #DEBD53
Text Example
Text Example
White with #DEBD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBD53; }
p { color: rgb(222,189,83); }
H1.HeaderClassName
{
color: #DEBD53;
}
.AnyTagClassName
{
color: #DEBD53;
}
</style>
background-color css
<style>
a { background-color: #DEBD53; }
a { background-color: rgb(222,189,83); }
div.DivClassName
{
background-color: #DEBD53;
}
.BgClassName
{
background-color: #DEBD53;
}
</style>
border-color css
<style>
span { border-color: #DEBD53; }
span { border-color: rgb(222,189,83); }
td.TdClassName
{
border-color: #DEBD53;
}
.TagClassName
{
border-color: #DEBD53;
}
</style>