Shades of Ronchi #DEBB4B
Tints of Ronchi #DEBB4B
RGB
CMYK
RGB Variations
Color information
#DEBB4B (or 0xDEBB4B) is known color: Ronchi. HEX triplet: DE, BB and 4B. RGB value is (222,187,75). Sum of RGB (Red+Green+Blue) = 222+187+75=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 75 (29.69% from 255 or 15.50% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBB4B is #2144B4. Grayscale: #B9B9B9. Windows color (decimal): -2180277 or 4963294. OLE color: 4963294.
HSL color Cylindrical-coordinate representation of color #DEBB4B: hue angle of 45.71º 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 #DEBB4B is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 75 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.13 |
| HSL | 45.71º | 0.69% | 0.58% | - |
| HSV(B) | 45.71º | 0.66% | 0.87% | - |
| XYZ | 49.16 | 51.58 | 14.02 | - |
| YUV | 184.7 | 66.1 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 75 | 0 | 0.16 | 0.66 | 0.13 | 45.71 | 0.69 | 0.58 |
| Hex | DE | BB | 4B | 0 | 10 | 42 | D | 2E | 45 | 3A |
| Octal | 336 | 273 | 113 | 0 | 20 | 102 | 15 | 56 | 105 | 72 |
| Binary | 11011110 | 10111011 | 1001011 | 0 | 10000 | 1000010 | 1101 | 101110 | 1000101 | 111010 |
Color Harmonies of #DEBB4B
Complementary color
Monochromatic Colors of #DEBB4B
Black with #DEBB4B
Text Example
Text Example
White with #DEBB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB4B; }
p { color: rgb(222,187,75); }
H1.HeaderClassName
{
color: #DEBB4B;
}
.AnyTagClassName
{
color: #DEBB4B;
}
</style>
background-color css
<style>
a { background-color: #DEBB4B; }
a { background-color: rgb(222,187,75); }
div.DivClassName
{
background-color: #DEBB4B;
}
.BgClassName
{
background-color: #DEBB4B;
}
</style>
border-color css
<style>
span { border-color: #DEBB4B; }
span { border-color: rgb(222,187,75); }
td.TdClassName
{
border-color: #DEBB4B;
}
.TagClassName
{
border-color: #DEBB4B;
}
</style>