Shades of Ronchi #DEBB4C
Tints of Ronchi #DEBB4C
RGB
CMYK
RGB Variations
Color information
#DEBB4C (or 0xDEBB4C) is known color: Ronchi. HEX triplet: DE, BB and 4C. RGB value is (222,187,76). Sum of RGB (Red+Green+Blue) = 222+187+76=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBB4C is #2144B3. Grayscale: #B9B9B9. Windows color (decimal): -2180276 or 5028830. OLE color: 5028830.
HSL color Cylindrical-coordinate representation of color #DEBB4C: hue angle of 45.62º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEBB4C is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 76 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.13 |
| HSL | 45.62º | 0.69% | 0.58% | - |
| HSV(B) | 45.62º | 0.66% | 0.87% | - |
| XYZ | 49.2 | 51.59 | 14.2 | - |
| YUV | 184.81 | 66.6 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 76 | 0 | 0.16 | 0.66 | 0.13 | 45.62 | 0.69 | 0.58 |
| Hex | DE | BB | 4C | 0 | 10 | 42 | D | 2E | 45 | 3A |
| Octal | 336 | 273 | 114 | 0 | 20 | 102 | 15 | 56 | 105 | 72 |
| Binary | 11011110 | 10111011 | 1001100 | 0 | 10000 | 1000010 | 1101 | 101110 | 1000101 | 111010 |
Color Harmonies of #DEBB4C
Complementary color
Monochromatic Colors of #DEBB4C
Black with #DEBB4C
Text Example
Text Example
White with #DEBB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB4C; }
p { color: rgb(222,187,76); }
H1.HeaderClassName
{
color: #DEBB4C;
}
.AnyTagClassName
{
color: #DEBB4C;
}
</style>
background-color css
<style>
a { background-color: #DEBB4C; }
a { background-color: rgb(222,187,76); }
div.DivClassName
{
background-color: #DEBB4C;
}
.BgClassName
{
background-color: #DEBB4C;
}
</style>
border-color css
<style>
span { border-color: #DEBB4C; }
span { border-color: rgb(222,187,76); }
td.TdClassName
{
border-color: #DEBB4C;
}
.TagClassName
{
border-color: #DEBB4C;
}
</style>