Shades of Ronchi #DCBB4F
Tints of Ronchi #DCBB4F
RGB
CMYK
RGB Variations
Color information
#DCBB4F (or 0xDCBB4F) is known color: Ronchi. HEX triplet: DC, BB and 4F. RGB value is (220,187,79). Sum of RGB (Red+Green+Blue) = 220+187+79=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 79 (31.25% from 255 or 16.26% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB4F is #2344B0. Grayscale: #B9B9B9. Windows color (decimal): -2311345 or 5225436. OLE color: 5225436.
HSL color Cylindrical-coordinate representation of color #DCBB4F: hue angle of 45.96º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCBB4F is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 79 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.14 |
| HSL | 45.96º | 0.67% | 0.59% | - |
| HSV(B) | 45.96º | 0.64% | 0.86% | - |
| XYZ | 48.7 | 51.32 | 14.74 | - |
| YUV | 184.56 | 68.43 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 79 | 0 | 0.15 | 0.64 | 0.14 | 45.96 | 0.67 | 0.59 |
| Hex | DC | BB | 4F | 0 | F | 40 | E | 2E | 43 | 3B |
| Octal | 334 | 273 | 117 | 0 | 17 | 100 | 16 | 56 | 103 | 73 |
| Binary | 11011100 | 10111011 | 1001111 | 0 | 1111 | 1000000 | 1110 | 101110 | 1000011 | 111011 |
Color Harmonies of #DCBB4F
Complementary color
Monochromatic Colors of #DCBB4F
Black with #DCBB4F
Text Example
Text Example
White with #DCBB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB4F; }
p { color: rgb(220,187,79); }
H1.HeaderClassName
{
color: #DCBB4F;
}
.AnyTagClassName
{
color: #DCBB4F;
}
</style>
background-color css
<style>
a { background-color: #DCBB4F; }
a { background-color: rgb(220,187,79); }
div.DivClassName
{
background-color: #DCBB4F;
}
.BgClassName
{
background-color: #DCBB4F;
}
</style>
border-color css
<style>
span { border-color: #DCBB4F; }
span { border-color: rgb(220,187,79); }
td.TdClassName
{
border-color: #DCBB4F;
}
.TagClassName
{
border-color: #DCBB4F;
}
</style>