Shades of Ronchi #DDBB53
Tints of Ronchi #DDBB53
RGB
CMYK
RGB Variations
Color information
#DDBB53 (or 0xDDBB53) is known color: Ronchi. HEX triplet: DD, BB and 53. RGB value is (221,187,83). Sum of RGB (Red+Green+Blue) = 221+187+83=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 83 (32.81% from 255 or 16.90% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB53 is #2244AC. Grayscale: #B9B9B9. Windows color (decimal): -2245805 or 5487581. OLE color: 5487581.
HSL color Cylindrical-coordinate representation of color #DDBB53: hue angle of 45.22º 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 #DDBB53 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 83 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.13 |
| HSL | 45.22º | 0.67% | 0.6% | - |
| HSV(B) | 45.22º | 0.62% | 0.87% | - |
| XYZ | 49.15 | 51.54 | 15.54 | - |
| YUV | 185.31 | 70.26 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 83 | 0 | 0.15 | 0.62 | 0.13 | 45.22 | 0.67 | 0.6 |
| Hex | DD | BB | 53 | 0 | F | 3E | D | 2D | 43 | 3C |
| Octal | 335 | 273 | 123 | 0 | 17 | 76 | 15 | 55 | 103 | 74 |
| Binary | 11011101 | 10111011 | 1010011 | 0 | 1111 | 111110 | 1101 | 101101 | 1000011 | 111100 |
Color Harmonies of #DDBB53
Complementary color
Monochromatic Colors of #DDBB53
Black with #DDBB53
Text Example
Text Example
White with #DDBB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB53; }
p { color: rgb(221,187,83); }
H1.HeaderClassName
{
color: #DDBB53;
}
.AnyTagClassName
{
color: #DDBB53;
}
</style>
background-color css
<style>
a { background-color: #DDBB53; }
a { background-color: rgb(221,187,83); }
div.DivClassName
{
background-color: #DDBB53;
}
.BgClassName
{
background-color: #DDBB53;
}
</style>
border-color css
<style>
span { border-color: #DDBB53; }
span { border-color: rgb(221,187,83); }
td.TdClassName
{
border-color: #DDBB53;
}
.TagClassName
{
border-color: #DDBB53;
}
</style>