Shades of Ronchi #DDB949
Tints of Ronchi #DDB949
RGB
CMYK
RGB Variations
Color information
#DDB949 (or 0xDDB949) is known color: Ronchi. HEX triplet: DD, B9 and 49. RGB value is (221,185,73). Sum of RGB (Red+Green+Blue) = 221+185+73=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB949 is #2246B6. Grayscale: #B7B7B7. Windows color (decimal): -2246327 or 4831709. OLE color: 4831709.
HSL color Cylindrical-coordinate representation of color #DDB949: hue angle of 45.41º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDB949 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 73 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.13 |
| HSL | 45.41º | 0.69% | 0.58% | - |
| HSV(B) | 45.41º | 0.67% | 0.87% | - |
| XYZ | 48.37 | 50.55 | 13.51 | - |
| YUV | 183 | 65.93 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 73 | 0 | 0.16 | 0.67 | 0.13 | 45.41 | 0.69 | 0.58 |
| Hex | DD | B9 | 49 | 0 | 10 | 43 | D | 2D | 45 | 3A |
| Octal | 335 | 271 | 111 | 0 | 20 | 103 | 15 | 55 | 105 | 72 |
| Binary | 11011101 | 10111001 | 1001001 | 0 | 10000 | 1000011 | 1101 | 101101 | 1000101 | 111010 |
Color Harmonies of #DDB949
Complementary color
Monochromatic Colors of #DDB949
Black with #DDB949
Text Example
Text Example
White with #DDB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB949; }
p { color: rgb(221,185,73); }
H1.HeaderClassName
{
color: #DDB949;
}
.AnyTagClassName
{
color: #DDB949;
}
</style>
background-color css
<style>
a { background-color: #DDB949; }
a { background-color: rgb(221,185,73); }
div.DivClassName
{
background-color: #DDB949;
}
.BgClassName
{
background-color: #DDB949;
}
</style>
border-color css
<style>
span { border-color: #DDB949; }
span { border-color: rgb(221,185,73); }
td.TdClassName
{
border-color: #DDB949;
}
.TagClassName
{
border-color: #DDB949;
}
</style>