Shades of Ronchi #DDBA47
Tints of Ronchi #DDBA47
RGB
CMYK
RGB Variations
Color information
#DDBA47 (or 0xDDBA47) is known color: Ronchi. HEX triplet: DD, BA and 47. RGB value is (221,186,71). Sum of RGB (Red+Green+Blue) = 221+186+71=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 71 (28.12% from 255 or 14.85% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA47 is #2245B8. Grayscale: #B7B7B7. Windows color (decimal): -2246073 or 4700893. OLE color: 4700893.
HSL color Cylindrical-coordinate representation of color #DDBA47: hue angle of 46º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDBA47 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 71 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.13 |
| HSL | 46º | 0.69% | 0.57% | - |
| HSV(B) | 46º | 0.68% | 0.87% | - |
| XYZ | 48.52 | 50.94 | 13.24 | - |
| YUV | 183.36 | 64.6 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 71 | 0 | 0.16 | 0.68 | 0.13 | 46 | 0.69 | 0.57 |
| Hex | DD | BA | 47 | 0 | 10 | 44 | D | 2E | 45 | 39 |
| Octal | 335 | 272 | 107 | 0 | 20 | 104 | 15 | 56 | 105 | 71 |
| Binary | 11011101 | 10111010 | 1000111 | 0 | 10000 | 1000100 | 1101 | 101110 | 1000101 | 111001 |
Color Harmonies of #DDBA47
Complementary color
Monochromatic Colors of #DDBA47
Black with #DDBA47
Text Example
Text Example
White with #DDBA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA47; }
p { color: rgb(221,186,71); }
H1.HeaderClassName
{
color: #DDBA47;
}
.AnyTagClassName
{
color: #DDBA47;
}
</style>
background-color css
<style>
a { background-color: #DDBA47; }
a { background-color: rgb(221,186,71); }
div.DivClassName
{
background-color: #DDBA47;
}
.BgClassName
{
background-color: #DDBA47;
}
</style>
border-color css
<style>
span { border-color: #DDBA47; }
span { border-color: rgb(221,186,71); }
td.TdClassName
{
border-color: #DDBA47;
}
.TagClassName
{
border-color: #DDBA47;
}
</style>