Shades of Ronchi #DDBE50
Tints of Ronchi #DDBE50
RGB
CMYK
RGB Variations
Color information
#DDBE50 (or 0xDDBE50) is known color: Ronchi. HEX triplet: DD, BE and 50. RGB value is (221,190,80). Sum of RGB (Red+Green+Blue) = 221+190+80=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE50 is #2241AF. Grayscale: #BBBBBB. Windows color (decimal): -2245040 or 5291741. OLE color: 5291741.
HSL color Cylindrical-coordinate representation of color #DDBE50: hue angle of 46.81º 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 #DDBE50 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 80 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.13 |
| HSL | 46.81º | 0.67% | 0.59% | - |
| HSV(B) | 46.81º | 0.64% | 0.87% | - |
| XYZ | 49.68 | 52.78 | 15.16 | - |
| YUV | 186.73 | 67.77 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 80 | 0 | 0.14 | 0.64 | 0.13 | 46.81 | 0.67 | 0.59 |
| Hex | DD | BE | 50 | 0 | E | 40 | D | 2F | 43 | 3B |
| Octal | 335 | 276 | 120 | 0 | 16 | 100 | 15 | 57 | 103 | 73 |
| Binary | 11011101 | 10111110 | 1010000 | 0 | 1110 | 1000000 | 1101 | 101111 | 1000011 | 111011 |
Color Harmonies of #DDBE50
Complementary color
Monochromatic Colors of #DDBE50
Black with #DDBE50
Text Example
Text Example
White with #DDBE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE50; }
p { color: rgb(221,190,80); }
H1.HeaderClassName
{
color: #DDBE50;
}
.AnyTagClassName
{
color: #DDBE50;
}
</style>
background-color css
<style>
a { background-color: #DDBE50; }
a { background-color: rgb(221,190,80); }
div.DivClassName
{
background-color: #DDBE50;
}
.BgClassName
{
background-color: #DDBE50;
}
</style>
border-color css
<style>
span { border-color: #DDBE50; }
span { border-color: rgb(221,190,80); }
td.TdClassName
{
border-color: #DDBE50;
}
.TagClassName
{
border-color: #DDBE50;
}
</style>