Shades of Ronchi #DEBA46
Tints of Ronchi #DEBA46
RGB
CMYK
RGB Variations
Color information
#DEBA46 (or 0xDEBA46) is known color: Ronchi. HEX triplet: DE, BA and 46. RGB value is (222,186,70). Sum of RGB (Red+Green+Blue) = 222+186+70=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 70 (27.73% from 255 or 14.64% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA46 is #2145B9. Grayscale: #B8B8B8. Windows color (decimal): -2180538 or 4635358. OLE color: 4635358.
HSL color Cylindrical-coordinate representation of color #DEBA46: hue angle of 45.79º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEBA46 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 70 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.13 |
| HSL | 45.79º | 0.7% | 0.57% | - |
| HSV(B) | 45.79º | 0.68% | 0.87% | - |
| XYZ | 48.79 | 51.09 | 13.08 | - |
| YUV | 183.54 | 63.93 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 70 | 0 | 0.16 | 0.68 | 0.13 | 45.79 | 0.7 | 0.57 |
| Hex | DE | BA | 46 | 0 | 10 | 44 | D | 2E | 46 | 39 |
| Octal | 336 | 272 | 106 | 0 | 20 | 104 | 15 | 56 | 106 | 71 |
| Binary | 11011110 | 10111010 | 1000110 | 0 | 10000 | 1000100 | 1101 | 101110 | 1000110 | 111001 |
Color Harmonies of #DEBA46
Complementary color
Monochromatic Colors of #DEBA46
Black with #DEBA46
Text Example
Text Example
White with #DEBA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBA46; }
p { color: rgb(222,186,70); }
H1.HeaderClassName
{
color: #DEBA46;
}
.AnyTagClassName
{
color: #DEBA46;
}
</style>
background-color css
<style>
a { background-color: #DEBA46; }
a { background-color: rgb(222,186,70); }
div.DivClassName
{
background-color: #DEBA46;
}
.BgClassName
{
background-color: #DEBA46;
}
</style>
border-color css
<style>
span { border-color: #DEBA46; }
span { border-color: rgb(222,186,70); }
td.TdClassName
{
border-color: #DEBA46;
}
.TagClassName
{
border-color: #DEBA46;
}
</style>