Shades of Ronchi #DEBA4E
Tints of Ronchi #DEBA4E
RGB
CMYK
RGB Variations
Color information
#DEBA4E (or 0xDEBA4E) is known color: Ronchi. HEX triplet: DE, BA and 4E. RGB value is (222,186,78). Sum of RGB (Red+Green+Blue) = 222+186+78=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 78 (30.86% from 255 or 16.05% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBA4E is #2145B1. Grayscale: #B8B8B8. Windows color (decimal): -2180530 or 5159646. OLE color: 5159646.
HSL color Cylindrical-coordinate representation of color #DEBA4E: hue angle of 45º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DEBA4E is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 78 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.13 |
| HSL | 45º | 0.69% | 0.59% | - |
| HSV(B) | 45º | 0.65% | 0.87% | - |
| XYZ | 49.06 | 51.2 | 14.5 | - |
| YUV | 184.45 | 67.93 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 78 | 0 | 0.16 | 0.65 | 0.13 | 45 | 0.69 | 0.59 |
| Hex | DE | BA | 4E | 0 | 10 | 41 | D | 2D | 45 | 3B |
| Octal | 336 | 272 | 116 | 0 | 20 | 101 | 15 | 55 | 105 | 73 |
| Binary | 11011110 | 10111010 | 1001110 | 0 | 10000 | 1000001 | 1101 | 101101 | 1000101 | 111011 |
Color Harmonies of #DEBA4E
Complementary color
Monochromatic Colors of #DEBA4E
Black with #DEBA4E
Text Example
Text Example
White with #DEBA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBA4E; }
p { color: rgb(222,186,78); }
H1.HeaderClassName
{
color: #DEBA4E;
}
.AnyTagClassName
{
color: #DEBA4E;
}
</style>
background-color css
<style>
a { background-color: #DEBA4E; }
a { background-color: rgb(222,186,78); }
div.DivClassName
{
background-color: #DEBA4E;
}
.BgClassName
{
background-color: #DEBA4E;
}
</style>
border-color css
<style>
span { border-color: #DEBA4E; }
span { border-color: rgb(222,186,78); }
td.TdClassName
{
border-color: #DEBA4E;
}
.TagClassName
{
border-color: #DEBA4E;
}
</style>