Shades of Ronchi #DDB74D
Tints of Ronchi #DDB74D
RGB
CMYK
RGB Variations
Color information
#DDB74D (or 0xDDB74D) is known color: Ronchi. HEX triplet: DD, B7 and 4D. RGB value is (221,183,77). Sum of RGB (Red+Green+Blue) = 221+183+77=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB74D is #2248B2. Grayscale: #B6B6B6. Windows color (decimal): -2246835 or 5093341. OLE color: 5093341.
HSL color Cylindrical-coordinate representation of color #DDB74D: hue angle of 44.17º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDB74D is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 77 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.13 |
| HSL | 44.17º | 0.68% | 0.58% | - |
| HSV(B) | 44.17º | 0.65% | 0.87% | - |
| XYZ | 48.09 | 49.77 | 14.09 | - |
| YUV | 182.28 | 68.59 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 77 | 0 | 0.17 | 0.65 | 0.13 | 44.17 | 0.68 | 0.58 |
| Hex | DD | B7 | 4D | 0 | 11 | 41 | D | 2C | 44 | 3A |
| Octal | 335 | 267 | 115 | 0 | 21 | 101 | 15 | 54 | 104 | 72 |
| Binary | 11011101 | 10110111 | 1001101 | 0 | 10001 | 1000001 | 1101 | 101100 | 1000100 | 111010 |
Color Harmonies of #DDB74D
Complementary color
Monochromatic Colors of #DDB74D
Black with #DDB74D
Text Example
Text Example
White with #DDB74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB74D; }
p { color: rgb(221,183,77); }
H1.HeaderClassName
{
color: #DDB74D;
}
.AnyTagClassName
{
color: #DDB74D;
}
</style>
background-color css
<style>
a { background-color: #DDB74D; }
a { background-color: rgb(221,183,77); }
div.DivClassName
{
background-color: #DDB74D;
}
.BgClassName
{
background-color: #DDB74D;
}
</style>
border-color css
<style>
span { border-color: #DDB74D; }
span { border-color: rgb(221,183,77); }
td.TdClassName
{
border-color: #DDB74D;
}
.TagClassName
{
border-color: #DDB74D;
}
</style>