Shades of Ronchi #DEBC4F
Tints of Ronchi #DEBC4F
RGB
CMYK
RGB Variations
Color information
#DEBC4F (or 0xDEBC4F) is known color: Ronchi. HEX triplet: DE, BC and 4F. RGB value is (222,188,79). Sum of RGB (Red+Green+Blue) = 222+188+79=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 79 (31.25% from 255 or 16.16% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBC4F is #2143B0. Grayscale: #BABABA. Windows color (decimal): -2180017 or 5225694. OLE color: 5225694.
HSL color Cylindrical-coordinate representation of color #DEBC4F: hue angle of 45.73º 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 #DEBC4F is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 79 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.13 |
| HSL | 45.73º | 0.68% | 0.59% | - |
| HSV(B) | 45.73º | 0.64% | 0.87% | - |
| XYZ | 49.52 | 52.06 | 14.84 | - |
| YUV | 185.74 | 67.76 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 79 | 0 | 0.15 | 0.64 | 0.13 | 45.73 | 0.68 | 0.59 |
| Hex | DE | BC | 4F | 0 | F | 40 | D | 2E | 44 | 3B |
| Octal | 336 | 274 | 117 | 0 | 17 | 100 | 15 | 56 | 104 | 73 |
| Binary | 11011110 | 10111100 | 1001111 | 0 | 1111 | 1000000 | 1101 | 101110 | 1000100 | 111011 |
Color Harmonies of #DEBC4F
Complementary color
Monochromatic Colors of #DEBC4F
Black with #DEBC4F
Text Example
Text Example
White with #DEBC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBC4F; }
p { color: rgb(222,188,79); }
H1.HeaderClassName
{
color: #DEBC4F;
}
.AnyTagClassName
{
color: #DEBC4F;
}
</style>
background-color css
<style>
a { background-color: #DEBC4F; }
a { background-color: rgb(222,188,79); }
div.DivClassName
{
background-color: #DEBC4F;
}
.BgClassName
{
background-color: #DEBC4F;
}
</style>
border-color css
<style>
span { border-color: #DEBC4F; }
span { border-color: rgb(222,188,79); }
td.TdClassName
{
border-color: #DEBC4F;
}
.TagClassName
{
border-color: #DEBC4F;
}
</style>