Shades of Ronchi #DDBB4D
Tints of Ronchi #DDBB4D
RGB
CMYK
RGB Variations
Color information
#DDBB4D (or 0xDDBB4D) is known color: Ronchi. HEX triplet: DD, BB and 4D. RGB value is (221,187,77). Sum of RGB (Red+Green+Blue) = 221+187+77=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB4D is #2244B2. Grayscale: #B9B9B9. Windows color (decimal): -2245811 or 5094365. OLE color: 5094365.
HSL color Cylindrical-coordinate representation of color #DDBB4D: hue angle of 45.83º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDBB4D is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 77 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.13 |
| HSL | 45.83º | 0.68% | 0.58% | - |
| HSV(B) | 45.83º | 0.65% | 0.87% | - |
| XYZ | 48.93 | 51.45 | 14.37 | - |
| YUV | 184.63 | 67.26 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 77 | 0 | 0.15 | 0.65 | 0.13 | 45.83 | 0.68 | 0.58 |
| Hex | DD | BB | 4D | 0 | F | 41 | D | 2E | 44 | 3A |
| Octal | 335 | 273 | 115 | 0 | 17 | 101 | 15 | 56 | 104 | 72 |
| Binary | 11011101 | 10111011 | 1001101 | 0 | 1111 | 1000001 | 1101 | 101110 | 1000100 | 111010 |
Color Harmonies of #DDBB4D
Complementary color
Monochromatic Colors of #DDBB4D
Black with #DDBB4D
Text Example
Text Example
White with #DDBB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB4D; }
p { color: rgb(221,187,77); }
H1.HeaderClassName
{
color: #DDBB4D;
}
.AnyTagClassName
{
color: #DDBB4D;
}
</style>
background-color css
<style>
a { background-color: #DDBB4D; }
a { background-color: rgb(221,187,77); }
div.DivClassName
{
background-color: #DDBB4D;
}
.BgClassName
{
background-color: #DDBB4D;
}
</style>
border-color css
<style>
span { border-color: #DDBB4D; }
span { border-color: rgb(221,187,77); }
td.TdClassName
{
border-color: #DDBB4D;
}
.TagClassName
{
border-color: #DDBB4D;
}
</style>