Shades of Ronchi #DEC055
Tints of Ronchi #DEC055
RGB
CMYK
RGB Variations
Color information
#DEC055 (or 0xDEC055) is known color: Ronchi. HEX triplet: DE, C0 and 55. RGB value is (222,192,85). Sum of RGB (Red+Green+Blue) = 222+192+85=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC055 is #213FAA. Grayscale: #BDBDBD. Windows color (decimal): -2178987 or 5619934. OLE color: 5619934.
HSL color Cylindrical-coordinate representation of color #DEC055: hue angle of 46.86º 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 #DEC055 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 85 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.13 |
| HSL | 46.86º | 0.67% | 0.6% | - |
| HSV(B) | 46.86º | 0.62% | 0.87% | - |
| XYZ | 50.61 | 53.88 | 16.33 | - |
| YUV | 188.77 | 69.44 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 85 | 0 | 0.14 | 0.62 | 0.13 | 46.86 | 0.67 | 0.6 |
| Hex | DE | C0 | 55 | 0 | E | 3E | D | 2F | 43 | 3C |
| Octal | 336 | 300 | 125 | 0 | 16 | 76 | 15 | 57 | 103 | 74 |
| Binary | 11011110 | 11000000 | 1010101 | 0 | 1110 | 111110 | 1101 | 101111 | 1000011 | 111100 |
Color Harmonies of #DEC055
Complementary color
Monochromatic Colors of #DEC055
Black with #DEC055
Text Example
Text Example
White with #DEC055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC055; }
p { color: rgb(222,192,85); }
H1.HeaderClassName
{
color: #DEC055;
}
.AnyTagClassName
{
color: #DEC055;
}
</style>
background-color css
<style>
a { background-color: #DEC055; }
a { background-color: rgb(222,192,85); }
div.DivClassName
{
background-color: #DEC055;
}
.BgClassName
{
background-color: #DEC055;
}
</style>
border-color css
<style>
span { border-color: #DEC055; }
span { border-color: rgb(222,192,85); }
td.TdClassName
{
border-color: #DEC055;
}
.TagClassName
{
border-color: #DEC055;
}
</style>