Shades of Ronchi #DCB84E
Tints of Ronchi #DCB84E
RGB
CMYK
RGB Variations
Color information
#DCB84E (or 0xDCB84E) is known color: Ronchi. HEX triplet: DC, B8 and 4E. RGB value is (220,184,78). Sum of RGB (Red+Green+Blue) = 220+184+78=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 78 (30.86% from 255 or 16.18% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB84E is #2347B1. Grayscale: #B7B7B7. Windows color (decimal): -2312114 or 5159132. OLE color: 5159132.
HSL color Cylindrical-coordinate representation of color #DCB84E: hue angle of 44.79º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCB84E is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 78 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.14 |
| HSL | 44.79º | 0.67% | 0.58% | - |
| HSV(B) | 44.79º | 0.65% | 0.86% | - |
| XYZ | 48.03 | 50.05 | 14.34 | - |
| YUV | 182.68 | 68.93 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 78 | 0 | 0.16 | 0.65 | 0.14 | 44.79 | 0.67 | 0.58 |
| Hex | DC | B8 | 4E | 0 | 10 | 41 | E | 2D | 43 | 3A |
| Octal | 334 | 270 | 116 | 0 | 20 | 101 | 16 | 55 | 103 | 72 |
| Binary | 11011100 | 10111000 | 1001110 | 0 | 10000 | 1000001 | 1110 | 101101 | 1000011 | 111010 |
Color Harmonies of #DCB84E
Complementary color
Monochromatic Colors of #DCB84E
Black with #DCB84E
Text Example
Text Example
White with #DCB84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB84E; }
p { color: rgb(220,184,78); }
H1.HeaderClassName
{
color: #DCB84E;
}
.AnyTagClassName
{
color: #DCB84E;
}
</style>
background-color css
<style>
a { background-color: #DCB84E; }
a { background-color: rgb(220,184,78); }
div.DivClassName
{
background-color: #DCB84E;
}
.BgClassName
{
background-color: #DCB84E;
}
</style>
border-color css
<style>
span { border-color: #DCB84E; }
span { border-color: rgb(220,184,78); }
td.TdClassName
{
border-color: #DCB84E;
}
.TagClassName
{
border-color: #DCB84E;
}
</style>