Shades of Ronchi #DCB84A
Tints of Ronchi #DCB84A
RGB
CMYK
RGB Variations
Color information
#DCB84A (or 0xDCB84A) is known color: Ronchi. HEX triplet: DC, B8 and 4A. RGB value is (220,184,74). Sum of RGB (Red+Green+Blue) = 220+184+74=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB84A is #2347B5. Grayscale: #B6B6B6. Windows color (decimal): -2312118 or 4896988. OLE color: 4896988.
HSL color Cylindrical-coordinate representation of color #DCB84A: hue angle of 45.21º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCB84A is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 74 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.14 |
| HSL | 45.21º | 0.68% | 0.58% | - |
| HSV(B) | 45.21º | 0.66% | 0.86% | - |
| XYZ | 47.89 | 49.99 | 13.6 | - |
| YUV | 182.22 | 66.93 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 74 | 0 | 0.16 | 0.66 | 0.14 | 45.21 | 0.68 | 0.58 |
| Hex | DC | B8 | 4A | 0 | 10 | 42 | E | 2D | 44 | 3A |
| Octal | 334 | 270 | 112 | 0 | 20 | 102 | 16 | 55 | 104 | 72 |
| Binary | 11011100 | 10111000 | 1001010 | 0 | 10000 | 1000010 | 1110 | 101101 | 1000100 | 111010 |
Color Harmonies of #DCB84A
Complementary color
Monochromatic Colors of #DCB84A
Black with #DCB84A
Text Example
Text Example
White with #DCB84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB84A; }
p { color: rgb(220,184,74); }
H1.HeaderClassName
{
color: #DCB84A;
}
.AnyTagClassName
{
color: #DCB84A;
}
</style>
background-color css
<style>
a { background-color: #DCB84A; }
a { background-color: rgb(220,184,74); }
div.DivClassName
{
background-color: #DCB84A;
}
.BgClassName
{
background-color: #DCB84A;
}
</style>
border-color css
<style>
span { border-color: #DCB84A; }
span { border-color: rgb(220,184,74); }
td.TdClassName
{
border-color: #DCB84A;
}
.TagClassName
{
border-color: #DCB84A;
}
</style>