Shades of Ronchi #DEB64A
Tints of Ronchi #DEB64A
RGB
CMYK
RGB Variations
Color information
#DEB64A (or 0xDEB64A) is known color: Ronchi. HEX triplet: DE, B6 and 4A. RGB value is (222,182,74). Sum of RGB (Red+Green+Blue) = 222+182+74=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB64A is #2149B5. Grayscale: #B6B6B6. Windows color (decimal): -2181558 or 4896478. OLE color: 4896478.
HSL color Cylindrical-coordinate representation of color #DEB64A: hue angle of 43.78º 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 #DEB64A is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 182 | 74 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.13 |
| HSL | 43.78º | 0.69% | 0.58% | - |
| HSV(B) | 43.78º | 0.67% | 0.87% | - |
| XYZ | 48.09 | 49.48 | 13.49 | - |
| YUV | 181.65 | 67.25 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 182 | 74 | 0 | 0.18 | 0.67 | 0.13 | 43.78 | 0.69 | 0.58 |
| Hex | DE | B6 | 4A | 0 | 12 | 43 | D | 2C | 45 | 3A |
| Octal | 336 | 266 | 112 | 0 | 22 | 103 | 15 | 54 | 105 | 72 |
| Binary | 11011110 | 10110110 | 1001010 | 0 | 10010 | 1000011 | 1101 | 101100 | 1000101 | 111010 |
Color Harmonies of #DEB64A
Complementary color
Monochromatic Colors of #DEB64A
Black with #DEB64A
Text Example
Text Example
White with #DEB64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB64A; }
p { color: rgb(222,182,74); }
H1.HeaderClassName
{
color: #DEB64A;
}
.AnyTagClassName
{
color: #DEB64A;
}
</style>
background-color css
<style>
a { background-color: #DEB64A; }
a { background-color: rgb(222,182,74); }
div.DivClassName
{
background-color: #DEB64A;
}
.BgClassName
{
background-color: #DEB64A;
}
</style>
border-color css
<style>
span { border-color: #DEB64A; }
span { border-color: rgb(222,182,74); }
td.TdClassName
{
border-color: #DEB64A;
}
.TagClassName
{
border-color: #DEB64A;
}
</style>