Shades of Ronchi #DDBA56
Tints of Ronchi #DDBA56
RGB
CMYK
RGB Variations
Color information
#DDBA56 (or 0xDDBA56) is known color: Ronchi. HEX triplet: DD, BA and 56. RGB value is (221,186,86). Sum of RGB (Red+Green+Blue) = 221+186+86=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 86 (33.98% from 255 or 17.44% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA56 is #2245A9. Grayscale: #B9B9B9. Windows color (decimal): -2246058 or 5683933. OLE color: 5683933.
HSL color Cylindrical-coordinate representation of color #DDBA56: hue angle of 44.44º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDBA56 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 86 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.13 |
| HSL | 44.44º | 0.67% | 0.6% | - |
| HSV(B) | 44.44º | 0.61% | 0.87% | - |
| XYZ | 49.06 | 51.16 | 16.09 | - |
| YUV | 185.07 | 72.1 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 86 | 0 | 0.16 | 0.61 | 0.13 | 44.44 | 0.67 | 0.6 |
| Hex | DD | BA | 56 | 0 | 10 | 3D | D | 2C | 43 | 3C |
| Octal | 335 | 272 | 126 | 0 | 20 | 75 | 15 | 54 | 103 | 74 |
| Binary | 11011101 | 10111010 | 1010110 | 0 | 10000 | 111101 | 1101 | 101100 | 1000011 | 111100 |
Color Harmonies of #DDBA56
Complementary color
Monochromatic Colors of #DDBA56
Black with #DDBA56
Text Example
Text Example
White with #DDBA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA56; }
p { color: rgb(221,186,86); }
H1.HeaderClassName
{
color: #DDBA56;
}
.AnyTagClassName
{
color: #DDBA56;
}
</style>
background-color css
<style>
a { background-color: #DDBA56; }
a { background-color: rgb(221,186,86); }
div.DivClassName
{
background-color: #DDBA56;
}
.BgClassName
{
background-color: #DDBA56;
}
</style>
border-color css
<style>
span { border-color: #DDBA56; }
span { border-color: rgb(221,186,86); }
td.TdClassName
{
border-color: #DDBA56;
}
.TagClassName
{
border-color: #DDBA56;
}
</style>