Shades of Ronchi #DDB749
Tints of Ronchi #DDB749
RGB
CMYK
RGB Variations
Color information
#DDB749 (or 0xDDB749) is known color: Ronchi. HEX triplet: DD, B7 and 49. RGB value is (221,183,73). Sum of RGB (Red+Green+Blue) = 221+183+73=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB749 is #2248B6. Grayscale: #B6B6B6. Windows color (decimal): -2246839 or 4831197. OLE color: 4831197.
HSL color Cylindrical-coordinate representation of color #DDB749: hue angle of 44.59º 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 #DDB749 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 73 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.13 |
| HSL | 44.59º | 0.69% | 0.58% | - |
| HSV(B) | 44.59º | 0.67% | 0.87% | - |
| XYZ | 47.95 | 49.72 | 13.37 | - |
| YUV | 181.82 | 66.59 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 73 | 0 | 0.17 | 0.67 | 0.13 | 44.59 | 0.69 | 0.58 |
| Hex | DD | B7 | 49 | 0 | 11 | 43 | D | 2D | 45 | 3A |
| Octal | 335 | 267 | 111 | 0 | 21 | 103 | 15 | 55 | 105 | 72 |
| Binary | 11011101 | 10110111 | 1001001 | 0 | 10001 | 1000011 | 1101 | 101101 | 1000101 | 111010 |
Color Harmonies of #DDB749
Complementary color
Monochromatic Colors of #DDB749
Black with #DDB749
Text Example
Text Example
White with #DDB749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB749; }
p { color: rgb(221,183,73); }
H1.HeaderClassName
{
color: #DDB749;
}
.AnyTagClassName
{
color: #DDB749;
}
</style>
background-color css
<style>
a { background-color: #DDB749; }
a { background-color: rgb(221,183,73); }
div.DivClassName
{
background-color: #DDB749;
}
.BgClassName
{
background-color: #DDB749;
}
</style>
border-color css
<style>
span { border-color: #DDB749; }
span { border-color: rgb(221,183,73); }
td.TdClassName
{
border-color: #DDB749;
}
.TagClassName
{
border-color: #DDB749;
}
</style>