Shades of Ronchi #DDBA54
Tints of Ronchi #DDBA54
RGB
CMYK
RGB Variations
Color information
#DDBA54 (or 0xDDBA54) is known color: Ronchi. HEX triplet: DD, BA and 54. RGB value is (221,186,84). Sum of RGB (Red+Green+Blue) = 221+186+84=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 84 (33.20% from 255 or 17.11% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA54 is #2245AB. Grayscale: #B9B9B9. Windows color (decimal): -2246060 or 5552861. OLE color: 5552861.
HSL color Cylindrical-coordinate representation of color #DDBA54: hue angle of 44.67º 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 #DDBA54 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 84 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.13 |
| HSL | 44.67º | 0.67% | 0.6% | - |
| HSV(B) | 44.67º | 0.62% | 0.87% | - |
| XYZ | 48.98 | 51.13 | 15.68 | - |
| YUV | 184.84 | 71.1 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 84 | 0 | 0.16 | 0.62 | 0.13 | 44.67 | 0.67 | 0.6 |
| Hex | DD | BA | 54 | 0 | 10 | 3E | D | 2D | 43 | 3C |
| Octal | 335 | 272 | 124 | 0 | 20 | 76 | 15 | 55 | 103 | 74 |
| Binary | 11011101 | 10111010 | 1010100 | 0 | 10000 | 111110 | 1101 | 101101 | 1000011 | 111100 |
Color Harmonies of #DDBA54
Complementary color
Monochromatic Colors of #DDBA54
Black with #DDBA54
Text Example
Text Example
White with #DDBA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA54; }
p { color: rgb(221,186,84); }
H1.HeaderClassName
{
color: #DDBA54;
}
.AnyTagClassName
{
color: #DDBA54;
}
</style>
background-color css
<style>
a { background-color: #DDBA54; }
a { background-color: rgb(221,186,84); }
div.DivClassName
{
background-color: #DDBA54;
}
.BgClassName
{
background-color: #DDBA54;
}
</style>
border-color css
<style>
span { border-color: #DDBA54; }
span { border-color: rgb(221,186,84); }
td.TdClassName
{
border-color: #DDBA54;
}
.TagClassName
{
border-color: #DDBA54;
}
</style>