Shades of Ronchi #DDBC50
Tints of Ronchi #DDBC50
RGB
CMYK
RGB Variations
Color information
#DDBC50 (or 0xDDBC50) is known color: Ronchi. HEX triplet: DD, BC and 50. RGB value is (221,188,80). Sum of RGB (Red+Green+Blue) = 221+188+80=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC50 is #2243AF. Grayscale: #BABABA. Windows color (decimal): -2245552 or 5291229. OLE color: 5291229.
HSL color Cylindrical-coordinate representation of color #DDBC50: hue angle of 45.96º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDBC50 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 80 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.13 |
| HSL | 45.96º | 0.67% | 0.59% | - |
| HSV(B) | 45.96º | 0.64% | 0.87% | - |
| XYZ | 49.25 | 51.92 | 15.01 | - |
| YUV | 185.56 | 68.43 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 80 | 0 | 0.15 | 0.64 | 0.13 | 45.96 | 0.67 | 0.59 |
| Hex | DD | BC | 50 | 0 | F | 40 | D | 2E | 43 | 3B |
| Octal | 335 | 274 | 120 | 0 | 17 | 100 | 15 | 56 | 103 | 73 |
| Binary | 11011101 | 10111100 | 1010000 | 0 | 1111 | 1000000 | 1101 | 101110 | 1000011 | 111011 |
Color Harmonies of #DDBC50
Complementary color
Monochromatic Colors of #DDBC50
Black with #DDBC50
Text Example
Text Example
White with #DDBC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC50; }
p { color: rgb(221,188,80); }
H1.HeaderClassName
{
color: #DDBC50;
}
.AnyTagClassName
{
color: #DDBC50;
}
</style>
background-color css
<style>
a { background-color: #DDBC50; }
a { background-color: rgb(221,188,80); }
div.DivClassName
{
background-color: #DDBC50;
}
.BgClassName
{
background-color: #DDBC50;
}
</style>
border-color css
<style>
span { border-color: #DDBC50; }
span { border-color: rgb(221,188,80); }
td.TdClassName
{
border-color: #DDBC50;
}
.TagClassName
{
border-color: #DDBC50;
}
</style>