Shades of Ronchi #DCBD52
Tints of Ronchi #DCBD52
RGB
CMYK
RGB Variations
Color information
#DCBD52 (or 0xDCBD52) is known color: Ronchi. HEX triplet: DC, BD and 52. RGB value is (220,189,82). Sum of RGB (Red+Green+Blue) = 220+189+82=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 82 (32.42% from 255 or 16.70% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD52 is #2342AD. Grayscale: #BABABA. Windows color (decimal): -2310830 or 5422556. OLE color: 5422556.
HSL color Cylindrical-coordinate representation of color #DCBD52: hue angle of 46.52º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCBD52 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 82 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.14 |
| HSL | 46.52º | 0.66% | 0.59% | - |
| HSV(B) | 46.52º | 0.63% | 0.86% | - |
| XYZ | 49.24 | 52.22 | 15.47 | - |
| YUV | 186.07 | 69.27 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 82 | 0 | 0.14 | 0.63 | 0.14 | 46.52 | 0.66 | 0.59 |
| Hex | DC | BD | 52 | 0 | E | 3F | E | 2F | 42 | 3B |
| Octal | 334 | 275 | 122 | 0 | 16 | 77 | 16 | 57 | 102 | 73 |
| Binary | 11011100 | 10111101 | 1010010 | 0 | 1110 | 111111 | 1110 | 101111 | 1000010 | 111011 |
Color Harmonies of #DCBD52
Complementary color
Monochromatic Colors of #DCBD52
Black with #DCBD52
Text Example
Text Example
White with #DCBD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD52; }
p { color: rgb(220,189,82); }
H1.HeaderClassName
{
color: #DCBD52;
}
.AnyTagClassName
{
color: #DCBD52;
}
</style>
background-color css
<style>
a { background-color: #DCBD52; }
a { background-color: rgb(220,189,82); }
div.DivClassName
{
background-color: #DCBD52;
}
.BgClassName
{
background-color: #DCBD52;
}
</style>
border-color css
<style>
span { border-color: #DCBD52; }
span { border-color: rgb(220,189,82); }
td.TdClassName
{
border-color: #DCBD52;
}
.TagClassName
{
border-color: #DCBD52;
}
</style>