Shades of Ronchi #DCBB4E
Tints of Ronchi #DCBB4E
RGB
CMYK
RGB Variations
Color information
#DCBB4E (or 0xDCBB4E) is known color: Ronchi. HEX triplet: DC, BB and 4E. RGB value is (220,187,78). Sum of RGB (Red+Green+Blue) = 220+187+78=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB4E is #2344B1. Grayscale: #B8B8B8. Windows color (decimal): -2311346 or 5159900. OLE color: 5159900.
HSL color Cylindrical-coordinate representation of color #DCBB4E: hue angle of 46.06º 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 #DCBB4E is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 78 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.14 |
| HSL | 46.06º | 0.67% | 0.58% | - |
| HSV(B) | 46.06º | 0.65% | 0.86% | - |
| XYZ | 48.66 | 51.31 | 14.55 | - |
| YUV | 184.44 | 67.93 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 78 | 0 | 0.15 | 0.65 | 0.14 | 46.06 | 0.67 | 0.58 |
| Hex | DC | BB | 4E | 0 | F | 41 | E | 2E | 43 | 3A |
| Octal | 334 | 273 | 116 | 0 | 17 | 101 | 16 | 56 | 103 | 72 |
| Binary | 11011100 | 10111011 | 1001110 | 0 | 1111 | 1000001 | 1110 | 101110 | 1000011 | 111010 |
Color Harmonies of #DCBB4E
Complementary color
Monochromatic Colors of #DCBB4E
Black with #DCBB4E
Text Example
Text Example
White with #DCBB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB4E; }
p { color: rgb(220,187,78); }
H1.HeaderClassName
{
color: #DCBB4E;
}
.AnyTagClassName
{
color: #DCBB4E;
}
</style>
background-color css
<style>
a { background-color: #DCBB4E; }
a { background-color: rgb(220,187,78); }
div.DivClassName
{
background-color: #DCBB4E;
}
.BgClassName
{
background-color: #DCBB4E;
}
</style>
border-color css
<style>
span { border-color: #DCBB4E; }
span { border-color: rgb(220,187,78); }
td.TdClassName
{
border-color: #DCBB4E;
}
.TagClassName
{
border-color: #DCBB4E;
}
</style>