Shades of Ronchi #DEBA49
Tints of Ronchi #DEBA49
RGB
CMYK
RGB Variations
Color information
#DEBA49 (or 0xDEBA49) is known color: Ronchi. HEX triplet: DE, BA and 49. RGB value is (222,186,73). Sum of RGB (Red+Green+Blue) = 222+186+73=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA49 is #2145B6. Grayscale: #B8B8B8. Windows color (decimal): -2180535 or 4831966. OLE color: 4831966.
HSL color Cylindrical-coordinate representation of color #DEBA49: hue angle of 45.5º 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 #DEBA49 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 73 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.13 |
| HSL | 45.5º | 0.69% | 0.58% | - |
| HSV(B) | 45.5º | 0.67% | 0.87% | - |
| XYZ | 48.89 | 51.13 | 13.6 | - |
| YUV | 183.88 | 65.43 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 73 | 0 | 0.16 | 0.67 | 0.13 | 45.5 | 0.69 | 0.58 |
| Hex | DE | BA | 49 | 0 | 10 | 43 | D | 2E | 45 | 3A |
| Octal | 336 | 272 | 111 | 0 | 20 | 103 | 15 | 56 | 105 | 72 |
| Binary | 11011110 | 10111010 | 1001001 | 0 | 10000 | 1000011 | 1101 | 101110 | 1000101 | 111010 |
Color Harmonies of #DEBA49
Complementary color
Monochromatic Colors of #DEBA49
Black with #DEBA49
Text Example
Text Example
White with #DEBA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBA49; }
p { color: rgb(222,186,73); }
H1.HeaderClassName
{
color: #DEBA49;
}
.AnyTagClassName
{
color: #DEBA49;
}
</style>
background-color css
<style>
a { background-color: #DEBA49; }
a { background-color: rgb(222,186,73); }
div.DivClassName
{
background-color: #DEBA49;
}
.BgClassName
{
background-color: #DEBA49;
}
</style>
border-color css
<style>
span { border-color: #DEBA49; }
span { border-color: rgb(222,186,73); }
td.TdClassName
{
border-color: #DEBA49;
}
.TagClassName
{
border-color: #DEBA49;
}
</style>