Shades of Ronchi #DDBB50
Tints of Ronchi #DDBB50
RGB
CMYK
RGB Variations
Color information
#DDBB50 (or 0xDDBB50) is known color: Ronchi. HEX triplet: DD, BB and 50. RGB value is (221,187,80). Sum of RGB (Red+Green+Blue) = 221+187+80=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB50 is #2244AF. Grayscale: #B9B9B9. Windows color (decimal): -2245808 or 5290973. OLE color: 5290973.
HSL color Cylindrical-coordinate representation of color #DDBB50: hue angle of 45.53º 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 #DDBB50 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 80 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.13 |
| HSL | 45.53º | 0.67% | 0.59% | - |
| HSV(B) | 45.53º | 0.64% | 0.87% | - |
| XYZ | 49.04 | 51.49 | 14.94 | - |
| YUV | 184.97 | 68.76 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 80 | 0 | 0.15 | 0.64 | 0.13 | 45.53 | 0.67 | 0.59 |
| Hex | DD | BB | 50 | 0 | F | 40 | D | 2E | 43 | 3B |
| Octal | 335 | 273 | 120 | 0 | 17 | 100 | 15 | 56 | 103 | 73 |
| Binary | 11011101 | 10111011 | 1010000 | 0 | 1111 | 1000000 | 1101 | 101110 | 1000011 | 111011 |
Color Harmonies of #DDBB50
Complementary color
Monochromatic Colors of #DDBB50
Black with #DDBB50
Text Example
Text Example
White with #DDBB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB50; }
p { color: rgb(221,187,80); }
H1.HeaderClassName
{
color: #DDBB50;
}
.AnyTagClassName
{
color: #DDBB50;
}
</style>
background-color css
<style>
a { background-color: #DDBB50; }
a { background-color: rgb(221,187,80); }
div.DivClassName
{
background-color: #DDBB50;
}
.BgClassName
{
background-color: #DDBB50;
}
</style>
border-color css
<style>
span { border-color: #DDBB50; }
span { border-color: rgb(221,187,80); }
td.TdClassName
{
border-color: #DDBB50;
}
.TagClassName
{
border-color: #DDBB50;
}
</style>