Shades of Ronchi #DEBA4A
Tints of Ronchi #DEBA4A
RGB
CMYK
RGB Variations
Color information
#DEBA4A (or 0xDEBA4A) is known color: Ronchi. HEX triplet: DE, BA and 4A. RGB value is (222,186,74). Sum of RGB (Red+Green+Blue) = 222+186+74=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA4A is #2145B5. Grayscale: #B8B8B8. Windows color (decimal): -2180534 or 4897502. OLE color: 4897502.
HSL color Cylindrical-coordinate representation of color #DEBA4A: hue angle of 45.41º 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 #DEBA4A is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 74 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.13 |
| HSL | 45.41º | 0.69% | 0.58% | - |
| HSV(B) | 45.41º | 0.67% | 0.87% | - |
| XYZ | 48.92 | 51.14 | 13.77 | - |
| YUV | 184 | 65.93 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 74 | 0 | 0.16 | 0.67 | 0.13 | 45.41 | 0.69 | 0.58 |
| Hex | DE | BA | 4A | 0 | 10 | 43 | D | 2D | 45 | 3A |
| Octal | 336 | 272 | 112 | 0 | 20 | 103 | 15 | 55 | 105 | 72 |
| Binary | 11011110 | 10111010 | 1001010 | 0 | 10000 | 1000011 | 1101 | 101101 | 1000101 | 111010 |
Color Harmonies of #DEBA4A
Complementary color
Monochromatic Colors of #DEBA4A
Black with #DEBA4A
Text Example
Text Example
White with #DEBA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBA4A; }
p { color: rgb(222,186,74); }
H1.HeaderClassName
{
color: #DEBA4A;
}
.AnyTagClassName
{
color: #DEBA4A;
}
</style>
background-color css
<style>
a { background-color: #DEBA4A; }
a { background-color: rgb(222,186,74); }
div.DivClassName
{
background-color: #DEBA4A;
}
.BgClassName
{
background-color: #DEBA4A;
}
</style>
border-color css
<style>
span { border-color: #DEBA4A; }
span { border-color: rgb(222,186,74); }
td.TdClassName
{
border-color: #DEBA4A;
}
.TagClassName
{
border-color: #DEBA4A;
}
</style>