Shades of Ronchi #DDBA53
Tints of Ronchi #DDBA53
RGB
CMYK
RGB Variations
Color information
#DDBA53 (or 0xDDBA53) is known color: Ronchi. HEX triplet: DD, BA and 53. RGB value is (221,186,83). Sum of RGB (Red+Green+Blue) = 221+186+83=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 83 (32.81% from 255 or 16.94% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA53 is #2245AC. Grayscale: #B9B9B9. Windows color (decimal): -2246061 or 5487325. OLE color: 5487325.
HSL color Cylindrical-coordinate representation of color #DDBA53: hue angle of 44.78º 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 #DDBA53 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 83 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.13 |
| HSL | 44.78º | 0.67% | 0.6% | - |
| HSV(B) | 44.78º | 0.62% | 0.87% | - |
| XYZ | 48.94 | 51.11 | 15.47 | - |
| YUV | 184.72 | 70.6 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 83 | 0 | 0.16 | 0.62 | 0.13 | 44.78 | 0.67 | 0.6 |
| Hex | DD | BA | 53 | 0 | 10 | 3E | D | 2D | 43 | 3C |
| Octal | 335 | 272 | 123 | 0 | 20 | 76 | 15 | 55 | 103 | 74 |
| Binary | 11011101 | 10111010 | 1010011 | 0 | 10000 | 111110 | 1101 | 101101 | 1000011 | 111100 |
Color Harmonies of #DDBA53
Complementary color
Monochromatic Colors of #DDBA53
Black with #DDBA53
Text Example
Text Example
White with #DDBA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA53; }
p { color: rgb(221,186,83); }
H1.HeaderClassName
{
color: #DDBA53;
}
.AnyTagClassName
{
color: #DDBA53;
}
</style>
background-color css
<style>
a { background-color: #DDBA53; }
a { background-color: rgb(221,186,83); }
div.DivClassName
{
background-color: #DDBA53;
}
.BgClassName
{
background-color: #DDBA53;
}
</style>
border-color css
<style>
span { border-color: #DDBA53; }
span { border-color: rgb(221,186,83); }
td.TdClassName
{
border-color: #DDBA53;
}
.TagClassName
{
border-color: #DDBA53;
}
</style>