Shades of Ronchi #DDBC4D
Tints of Ronchi #DDBC4D
RGB
CMYK
RGB Variations
Color information
#DDBC4D (or 0xDDBC4D) is known color: Ronchi. HEX triplet: DD, BC and 4D. RGB value is (221,188,77). Sum of RGB (Red+Green+Blue) = 221+188+77=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 77 (30.47% from 255 or 15.84% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC4D is #2243B2. Grayscale: #B9B9B9. Windows color (decimal): -2245555 or 5094621. OLE color: 5094621.
HSL color Cylindrical-coordinate representation of color #DDBC4D: hue angle of 46.25º 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 #DDBC4D is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 77 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.13 |
| HSL | 46.25º | 0.68% | 0.58% | - |
| HSV(B) | 46.25º | 0.65% | 0.87% | - |
| XYZ | 49.14 | 51.87 | 14.44 | - |
| YUV | 185.21 | 66.93 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 77 | 0 | 0.15 | 0.65 | 0.13 | 46.25 | 0.68 | 0.58 |
| Hex | DD | BC | 4D | 0 | F | 41 | D | 2E | 44 | 3A |
| Octal | 335 | 274 | 115 | 0 | 17 | 101 | 15 | 56 | 104 | 72 |
| Binary | 11011101 | 10111100 | 1001101 | 0 | 1111 | 1000001 | 1101 | 101110 | 1000100 | 111010 |
Color Harmonies of #DDBC4D
Complementary color
Monochromatic Colors of #DDBC4D
Black with #DDBC4D
Text Example
Text Example
White with #DDBC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC4D; }
p { color: rgb(221,188,77); }
H1.HeaderClassName
{
color: #DDBC4D;
}
.AnyTagClassName
{
color: #DDBC4D;
}
</style>
background-color css
<style>
a { background-color: #DDBC4D; }
a { background-color: rgb(221,188,77); }
div.DivClassName
{
background-color: #DDBC4D;
}
.BgClassName
{
background-color: #DDBC4D;
}
</style>
border-color css
<style>
span { border-color: #DDBC4D; }
span { border-color: rgb(221,188,77); }
td.TdClassName
{
border-color: #DDBC4D;
}
.TagClassName
{
border-color: #DDBC4D;
}
</style>