Shades of Ronchi #DEBC49
Tints of Ronchi #DEBC49
RGB
CMYK
RGB Variations
Color information
#DEBC49 (or 0xDEBC49) is known color: Ronchi. HEX triplet: DE, BC and 49. RGB value is (222,188,73). Sum of RGB (Red+Green+Blue) = 222+188+73=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBC49 is #2143B6. Grayscale: #B9B9B9. Windows color (decimal): -2180023 or 4832478. OLE color: 4832478.
HSL color Cylindrical-coordinate representation of color #DEBC49: hue angle of 46.31º 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 #DEBC49 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 73 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.13 |
| HSL | 46.31º | 0.69% | 0.58% | - |
| HSV(B) | 46.31º | 0.67% | 0.87% | - |
| XYZ | 49.31 | 51.98 | 13.74 | - |
| YUV | 185.06 | 64.76 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 73 | 0 | 0.15 | 0.67 | 0.13 | 46.31 | 0.69 | 0.58 |
| Hex | DE | BC | 49 | 0 | F | 43 | D | 2E | 45 | 3A |
| Octal | 336 | 274 | 111 | 0 | 17 | 103 | 15 | 56 | 105 | 72 |
| Binary | 11011110 | 10111100 | 1001001 | 0 | 1111 | 1000011 | 1101 | 101110 | 1000101 | 111010 |
Color Harmonies of #DEBC49
Complementary color
Monochromatic Colors of #DEBC49
Black with #DEBC49
Text Example
Text Example
White with #DEBC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBC49; }
p { color: rgb(222,188,73); }
H1.HeaderClassName
{
color: #DEBC49;
}
.AnyTagClassName
{
color: #DEBC49;
}
</style>
background-color css
<style>
a { background-color: #DEBC49; }
a { background-color: rgb(222,188,73); }
div.DivClassName
{
background-color: #DEBC49;
}
.BgClassName
{
background-color: #DEBC49;
}
</style>
border-color css
<style>
span { border-color: #DEBC49; }
span { border-color: rgb(222,188,73); }
td.TdClassName
{
border-color: #DEBC49;
}
.TagClassName
{
border-color: #DEBC49;
}
</style>