Shades of Ronchi #DEB84C
Tints of Ronchi #DEB84C
RGB
CMYK
RGB Variations
Color information
#DEB84C (or 0xDEB84C) is known color: Ronchi. HEX triplet: DE, B8 and 4C. RGB value is (222,184,76). Sum of RGB (Red+Green+Blue) = 222+184+76=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB84C is #2147B3. Grayscale: #B7B7B7. Windows color (decimal): -2181044 or 5028062. OLE color: 5028062.
HSL color Cylindrical-coordinate representation of color #DEB84C: hue angle of 44.38º 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 #DEB84C is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 184 | 76 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.13 |
| HSL | 44.38º | 0.69% | 0.58% | - |
| HSV(B) | 44.38º | 0.66% | 0.87% | - |
| XYZ | 48.57 | 50.33 | 13.99 | - |
| YUV | 183.05 | 67.59 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 184 | 76 | 0 | 0.17 | 0.66 | 0.13 | 44.38 | 0.69 | 0.58 |
| Hex | DE | B8 | 4C | 0 | 11 | 42 | D | 2C | 45 | 3A |
| Octal | 336 | 270 | 114 | 0 | 21 | 102 | 15 | 54 | 105 | 72 |
| Binary | 11011110 | 10111000 | 1001100 | 0 | 10001 | 1000010 | 1101 | 101100 | 1000101 | 111010 |
Color Harmonies of #DEB84C
Complementary color
Monochromatic Colors of #DEB84C
Black with #DEB84C
Text Example
Text Example
White with #DEB84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB84C; }
p { color: rgb(222,184,76); }
H1.HeaderClassName
{
color: #DEB84C;
}
.AnyTagClassName
{
color: #DEB84C;
}
</style>
background-color css
<style>
a { background-color: #DEB84C; }
a { background-color: rgb(222,184,76); }
div.DivClassName
{
background-color: #DEB84C;
}
.BgClassName
{
background-color: #DEB84C;
}
</style>
border-color css
<style>
span { border-color: #DEB84C; }
span { border-color: rgb(222,184,76); }
td.TdClassName
{
border-color: #DEB84C;
}
.TagClassName
{
border-color: #DEB84C;
}
</style>