Shades of Ronchi #DEB950
Tints of Ronchi #DEB950
RGB
CMYK
RGB Variations
Color information
#DEB950 (or 0xDEB950) is known color: Ronchi. HEX triplet: DE, B9 and 50. RGB value is (222,185,80). Sum of RGB (Red+Green+Blue) = 222+185+80=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB950 is #2146AF. Grayscale: #B8B8B8. Windows color (decimal): -2180784 or 5290462. OLE color: 5290462.
HSL color Cylindrical-coordinate representation of color #DEB950: hue angle of 44.37º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DEB950 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 185 | 80 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.13 |
| HSL | 44.37º | 0.68% | 0.59% | - |
| HSV(B) | 44.37º | 0.64% | 0.87% | - |
| XYZ | 48.92 | 50.81 | 14.82 | - |
| YUV | 184.09 | 69.26 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 185 | 80 | 0 | 0.17 | 0.64 | 0.13 | 44.37 | 0.68 | 0.59 |
| Hex | DE | B9 | 50 | 0 | 11 | 40 | D | 2C | 44 | 3B |
| Octal | 336 | 271 | 120 | 0 | 21 | 100 | 15 | 54 | 104 | 73 |
| Binary | 11011110 | 10111001 | 1010000 | 0 | 10001 | 1000000 | 1101 | 101100 | 1000100 | 111011 |
Color Harmonies of #DEB950
Complementary color
Monochromatic Colors of #DEB950
Black with #DEB950
Text Example
Text Example
White with #DEB950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB950; }
p { color: rgb(222,185,80); }
H1.HeaderClassName
{
color: #DEB950;
}
.AnyTagClassName
{
color: #DEB950;
}
</style>
background-color css
<style>
a { background-color: #DEB950; }
a { background-color: rgb(222,185,80); }
div.DivClassName
{
background-color: #DEB950;
}
.BgClassName
{
background-color: #DEB950;
}
</style>
border-color css
<style>
span { border-color: #DEB950; }
span { border-color: rgb(222,185,80); }
td.TdClassName
{
border-color: #DEB950;
}
.TagClassName
{
border-color: #DEB950;
}
</style>