Shades of Ronchi #DDBC52
Tints of Ronchi #DDBC52
RGB
CMYK
RGB Variations
Color information
#DDBC52 (or 0xDDBC52) is known color: Ronchi. HEX triplet: DD, BC and 52. RGB value is (221,188,82). Sum of RGB (Red+Green+Blue) = 221+188+82=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 82 (32.42% from 255 or 16.70% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC52 is #2243AD. Grayscale: #BABABA. Windows color (decimal): -2245550 or 5422301. OLE color: 5422301.
HSL color Cylindrical-coordinate representation of color #DDBC52: hue angle of 45.76º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDBC52 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 82 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.13 |
| HSL | 45.76º | 0.67% | 0.59% | - |
| HSV(B) | 45.76º | 0.63% | 0.87% | - |
| XYZ | 49.33 | 51.95 | 15.41 | - |
| YUV | 185.78 | 69.43 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 82 | 0 | 0.15 | 0.63 | 0.13 | 45.76 | 0.67 | 0.59 |
| Hex | DD | BC | 52 | 0 | F | 3F | D | 2E | 43 | 3B |
| Octal | 335 | 274 | 122 | 0 | 17 | 77 | 15 | 56 | 103 | 73 |
| Binary | 11011101 | 10111100 | 1010010 | 0 | 1111 | 111111 | 1101 | 101110 | 1000011 | 111011 |
Color Harmonies of #DDBC52
Complementary color
Monochromatic Colors of #DDBC52
Black with #DDBC52
Text Example
Text Example
White with #DDBC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC52; }
p { color: rgb(221,188,82); }
H1.HeaderClassName
{
color: #DDBC52;
}
.AnyTagClassName
{
color: #DDBC52;
}
</style>
background-color css
<style>
a { background-color: #DDBC52; }
a { background-color: rgb(221,188,82); }
div.DivClassName
{
background-color: #DDBC52;
}
.BgClassName
{
background-color: #DDBC52;
}
</style>
border-color css
<style>
span { border-color: #DDBC52; }
span { border-color: rgb(221,188,82); }
td.TdClassName
{
border-color: #DDBC52;
}
.TagClassName
{
border-color: #DDBC52;
}
</style>