Shades of Ronchi #DEBB49
Tints of Ronchi #DEBB49
RGB
CMYK
RGB Variations
Color information
#DEBB49 (or 0xDEBB49) is known color: Ronchi. HEX triplet: DE, BB and 49. RGB value is (222,187,73). Sum of RGB (Red+Green+Blue) = 222+187+73=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 73 (28.91% from 255 or 15.15% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBB49 is #2144B6. Grayscale: #B8B8B8. Windows color (decimal): -2180279 or 4832222. OLE color: 4832222.
HSL color Cylindrical-coordinate representation of color #DEBB49: hue angle of 45.91º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEBB49 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 73 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.13 |
| HSL | 45.91º | 0.69% | 0.58% | - |
| HSV(B) | 45.91º | 0.67% | 0.87% | - |
| XYZ | 49.1 | 51.55 | 13.67 | - |
| YUV | 184.47 | 65.1 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 73 | 0 | 0.16 | 0.67 | 0.13 | 45.91 | 0.69 | 0.58 |
| Hex | DE | BB | 49 | 0 | 10 | 43 | D | 2E | 45 | 3A |
| Octal | 336 | 273 | 111 | 0 | 20 | 103 | 15 | 56 | 105 | 72 |
| Binary | 11011110 | 10111011 | 1001001 | 0 | 10000 | 1000011 | 1101 | 101110 | 1000101 | 111010 |
Color Harmonies of #DEBB49
Complementary color
Monochromatic Colors of #DEBB49
Black with #DEBB49
Text Example
Text Example
White with #DEBB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB49; }
p { color: rgb(222,187,73); }
H1.HeaderClassName
{
color: #DEBB49;
}
.AnyTagClassName
{
color: #DEBB49;
}
</style>
background-color css
<style>
a { background-color: #DEBB49; }
a { background-color: rgb(222,187,73); }
div.DivClassName
{
background-color: #DEBB49;
}
.BgClassName
{
background-color: #DEBB49;
}
</style>
border-color css
<style>
span { border-color: #DEBB49; }
span { border-color: rgb(222,187,73); }
td.TdClassName
{
border-color: #DEBB49;
}
.TagClassName
{
border-color: #DEBB49;
}
</style>