Shades of Ronchi #DCBB4A
Tints of Ronchi #DCBB4A
RGB
CMYK
RGB Variations
Color information
#DCBB4A (or 0xDCBB4A) is known color: Ronchi. HEX triplet: DC, BB and 4A. RGB value is (220,187,74). Sum of RGB (Red+Green+Blue) = 220+187+74=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBB4A is #2344B5. Grayscale: #B8B8B8. Windows color (decimal): -2311350 or 4897756. OLE color: 4897756.
HSL color Cylindrical-coordinate representation of color #DCBB4A: hue angle of 46.44º 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 #DCBB4A is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 74 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.14 |
| HSL | 46.44º | 0.68% | 0.58% | - |
| HSV(B) | 46.44º | 0.66% | 0.86% | - |
| XYZ | 48.52 | 51.25 | 13.81 | - |
| YUV | 183.99 | 65.93 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 74 | 0 | 0.15 | 0.66 | 0.14 | 46.44 | 0.68 | 0.58 |
| Hex | DC | BB | 4A | 0 | F | 42 | E | 2E | 44 | 3A |
| Octal | 334 | 273 | 112 | 0 | 17 | 102 | 16 | 56 | 104 | 72 |
| Binary | 11011100 | 10111011 | 1001010 | 0 | 1111 | 1000010 | 1110 | 101110 | 1000100 | 111010 |
Color Harmonies of #DCBB4A
Complementary color
Monochromatic Colors of #DCBB4A
Black with #DCBB4A
Text Example
Text Example
White with #DCBB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB4A; }
p { color: rgb(220,187,74); }
H1.HeaderClassName
{
color: #DCBB4A;
}
.AnyTagClassName
{
color: #DCBB4A;
}
</style>
background-color css
<style>
a { background-color: #DCBB4A; }
a { background-color: rgb(220,187,74); }
div.DivClassName
{
background-color: #DCBB4A;
}
.BgClassName
{
background-color: #DCBB4A;
}
</style>
border-color css
<style>
span { border-color: #DCBB4A; }
span { border-color: rgb(220,187,74); }
td.TdClassName
{
border-color: #DCBB4A;
}
.TagClassName
{
border-color: #DCBB4A;
}
</style>