Shades of Ronchi #DDBB55
Tints of Ronchi #DDBB55
RGB
CMYK
RGB Variations
Color information
#DDBB55 (or 0xDDBB55) is known color: Ronchi. HEX triplet: DD, BB and 55. RGB value is (221,187,85). Sum of RGB (Red+Green+Blue) = 221+187+85=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB55 is #2244AA. Grayscale: #B9B9B9. Windows color (decimal): -2245803 or 5618653. OLE color: 5618653.
HSL color Cylindrical-coordinate representation of color #DDBB55: hue angle of 45º 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 #DDBB55 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 85 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.13 |
| HSL | 45º | 0.67% | 0.6% | - |
| HSV(B) | 45º | 0.62% | 0.87% | - |
| XYZ | 49.23 | 51.57 | 15.95 | - |
| YUV | 185.54 | 71.26 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 85 | 0 | 0.15 | 0.62 | 0.13 | 45 | 0.67 | 0.6 |
| Hex | DD | BB | 55 | 0 | F | 3E | D | 2D | 43 | 3C |
| Octal | 335 | 273 | 125 | 0 | 17 | 76 | 15 | 55 | 103 | 74 |
| Binary | 11011101 | 10111011 | 1010101 | 0 | 1111 | 111110 | 1101 | 101101 | 1000011 | 111100 |
Color Harmonies of #DDBB55
Complementary color
Monochromatic Colors of #DDBB55
Black with #DDBB55
Text Example
Text Example
White with #DDBB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB55; }
p { color: rgb(221,187,85); }
H1.HeaderClassName
{
color: #DDBB55;
}
.AnyTagClassName
{
color: #DDBB55;
}
</style>
background-color css
<style>
a { background-color: #DDBB55; }
a { background-color: rgb(221,187,85); }
div.DivClassName
{
background-color: #DDBB55;
}
.BgClassName
{
background-color: #DDBB55;
}
</style>
border-color css
<style>
span { border-color: #DDBB55; }
span { border-color: rgb(221,187,85); }
td.TdClassName
{
border-color: #DDBB55;
}
.TagClassName
{
border-color: #DDBB55;
}
</style>