Shades of Ronchi #DDB953
Tints of Ronchi #DDB953
RGB
CMYK
RGB Variations
Color information
#DDB953 (or 0xDDB953) is known color: Ronchi. HEX triplet: DD, B9 and 53. RGB value is (221,185,83). Sum of RGB (Red+Green+Blue) = 221+185+83=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 83 (32.81% from 255 or 16.97% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB953 is #2246AC. Grayscale: #B8B8B8. Windows color (decimal): -2246317 or 5487069. OLE color: 5487069.
HSL color Cylindrical-coordinate representation of color #DDB953: hue angle of 44.35º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDB953 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 83 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.13 |
| HSL | 44.35º | 0.67% | 0.6% | - |
| HSV(B) | 44.35º | 0.62% | 0.87% | - |
| XYZ | 48.73 | 50.69 | 15.4 | - |
| YUV | 184.14 | 70.93 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 83 | 0 | 0.16 | 0.62 | 0.13 | 44.35 | 0.67 | 0.6 |
| Hex | DD | B9 | 53 | 0 | 10 | 3E | D | 2C | 43 | 3C |
| Octal | 335 | 271 | 123 | 0 | 20 | 76 | 15 | 54 | 103 | 74 |
| Binary | 11011101 | 10111001 | 1010011 | 0 | 10000 | 111110 | 1101 | 101100 | 1000011 | 111100 |
Color Harmonies of #DDB953
Complementary color
Monochromatic Colors of #DDB953
Black with #DDB953
Text Example
Text Example
White with #DDB953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB953; }
p { color: rgb(221,185,83); }
H1.HeaderClassName
{
color: #DDB953;
}
.AnyTagClassName
{
color: #DDB953;
}
</style>
background-color css
<style>
a { background-color: #DDB953; }
a { background-color: rgb(221,185,83); }
div.DivClassName
{
background-color: #DDB953;
}
.BgClassName
{
background-color: #DDB953;
}
</style>
border-color css
<style>
span { border-color: #DDB953; }
span { border-color: rgb(221,185,83); }
td.TdClassName
{
border-color: #DDB953;
}
.TagClassName
{
border-color: #DDB953;
}
</style>