Shades of Ronchi #DDBD50
Tints of Ronchi #DDBD50
RGB
CMYK
RGB Variations
Color information
#DDBD50 (or 0xDDBD50) is known color: Ronchi. HEX triplet: DD, BD and 50. RGB value is (221,189,80). Sum of RGB (Red+Green+Blue) = 221+189+80=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD50 is #2242AF. Grayscale: #BABABA. Windows color (decimal): -2245296 or 5291485. OLE color: 5291485.
HSL color Cylindrical-coordinate representation of color #DDBD50: hue angle of 46.38º 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 #DDBD50 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 80 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.13 |
| HSL | 46.38º | 0.67% | 0.59% | - |
| HSV(B) | 46.38º | 0.64% | 0.87% | - |
| XYZ | 49.46 | 52.35 | 15.09 | - |
| YUV | 186.14 | 68.1 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 80 | 0 | 0.14 | 0.64 | 0.13 | 46.38 | 0.67 | 0.59 |
| Hex | DD | BD | 50 | 0 | E | 40 | D | 2E | 43 | 3B |
| Octal | 335 | 275 | 120 | 0 | 16 | 100 | 15 | 56 | 103 | 73 |
| Binary | 11011101 | 10111101 | 1010000 | 0 | 1110 | 1000000 | 1101 | 101110 | 1000011 | 111011 |
Color Harmonies of #DDBD50
Complementary color
Monochromatic Colors of #DDBD50
Black with #DDBD50
Text Example
Text Example
White with #DDBD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD50; }
p { color: rgb(221,189,80); }
H1.HeaderClassName
{
color: #DDBD50;
}
.AnyTagClassName
{
color: #DDBD50;
}
</style>
background-color css
<style>
a { background-color: #DDBD50; }
a { background-color: rgb(221,189,80); }
div.DivClassName
{
background-color: #DDBD50;
}
.BgClassName
{
background-color: #DDBD50;
}
</style>
border-color css
<style>
span { border-color: #DDBD50; }
span { border-color: rgb(221,189,80); }
td.TdClassName
{
border-color: #DDBD50;
}
.TagClassName
{
border-color: #DDBD50;
}
</style>