Shades of Ronchi #DDBA55
Tints of Ronchi #DDBA55
RGB
CMYK
RGB Variations
Color information
#DDBA55 (or 0xDDBA55) is known color: Ronchi. HEX triplet: DD, BA and 55. RGB value is (221,186,85). Sum of RGB (Red+Green+Blue) = 221+186+85=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA55 is #2245AA. Grayscale: #B9B9B9. Windows color (decimal): -2246059 or 5618397. OLE color: 5618397.
HSL color Cylindrical-coordinate representation of color #DDBA55: hue angle of 44.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDBA55 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 85 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.13 |
| HSL | 44.56º | 0.67% | 0.6% | - |
| HSV(B) | 44.56º | 0.62% | 0.87% | - |
| XYZ | 49.02 | 51.15 | 15.88 | - |
| YUV | 184.95 | 71.6 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 85 | 0 | 0.16 | 0.62 | 0.13 | 44.56 | 0.67 | 0.6 |
| Hex | DD | BA | 55 | 0 | 10 | 3E | D | 2D | 43 | 3C |
| Octal | 335 | 272 | 125 | 0 | 20 | 76 | 15 | 55 | 103 | 74 |
| Binary | 11011101 | 10111010 | 1010101 | 0 | 10000 | 111110 | 1101 | 101101 | 1000011 | 111100 |
Color Harmonies of #DDBA55
Complementary color
Monochromatic Colors of #DDBA55
Black with #DDBA55
Text Example
Text Example
White with #DDBA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA55; }
p { color: rgb(221,186,85); }
H1.HeaderClassName
{
color: #DDBA55;
}
.AnyTagClassName
{
color: #DDBA55;
}
</style>
background-color css
<style>
a { background-color: #DDBA55; }
a { background-color: rgb(221,186,85); }
div.DivClassName
{
background-color: #DDBA55;
}
.BgClassName
{
background-color: #DDBA55;
}
</style>
border-color css
<style>
span { border-color: #DDBA55; }
span { border-color: rgb(221,186,85); }
td.TdClassName
{
border-color: #DDBA55;
}
.TagClassName
{
border-color: #DDBA55;
}
</style>