Shades of Ronchi #DDB850
Tints of Ronchi #DDB850
RGB
CMYK
RGB Variations
Color information
#DDB850 (or 0xDDB850) is known color: Ronchi. HEX triplet: DD, B8 and 50. RGB value is (221,184,80). Sum of RGB (Red+Green+Blue) = 221+184+80=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB850 is #2247AF. Grayscale: #B7B7B7. Windows color (decimal): -2246576 or 5290205. OLE color: 5290205.
HSL color Cylindrical-coordinate representation of color #DDB850: hue angle of 44.26º 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 #DDB850 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 80 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.13 |
| HSL | 44.26º | 0.67% | 0.59% | - |
| HSV(B) | 44.26º | 0.64% | 0.87% | - |
| XYZ | 48.41 | 50.23 | 14.73 | - |
| YUV | 183.21 | 69.76 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 80 | 0 | 0.17 | 0.64 | 0.13 | 44.26 | 0.67 | 0.59 |
| Hex | DD | B8 | 50 | 0 | 11 | 40 | D | 2C | 43 | 3B |
| Octal | 335 | 270 | 120 | 0 | 21 | 100 | 15 | 54 | 103 | 73 |
| Binary | 11011101 | 10111000 | 1010000 | 0 | 10001 | 1000000 | 1101 | 101100 | 1000011 | 111011 |
Color Harmonies of #DDB850
Complementary color
Monochromatic Colors of #DDB850
Black with #DDB850
Text Example
Text Example
White with #DDB850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB850; }
p { color: rgb(221,184,80); }
H1.HeaderClassName
{
color: #DDB850;
}
.AnyTagClassName
{
color: #DDB850;
}
</style>
background-color css
<style>
a { background-color: #DDB850; }
a { background-color: rgb(221,184,80); }
div.DivClassName
{
background-color: #DDB850;
}
.BgClassName
{
background-color: #DDB850;
}
</style>
border-color css
<style>
span { border-color: #DDB850; }
span { border-color: rgb(221,184,80); }
td.TdClassName
{
border-color: #DDB850;
}
.TagClassName
{
border-color: #DDB850;
}
</style>