Shades of Ronchi #DDB748
Tints of Ronchi #DDB748
RGB
CMYK
RGB Variations
Color information
#DDB748 (or 0xDDB748) is known color: Ronchi. HEX triplet: DD, B7 and 48. RGB value is (221,183,72). Sum of RGB (Red+Green+Blue) = 221+183+72=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB748 is #2248B7. Grayscale: #B6B6B6. Windows color (decimal): -2246840 or 4765661. OLE color: 4765661.
HSL color Cylindrical-coordinate representation of color #DDB748: hue angle of 44.7º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDB748 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 72 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.13 |
| HSL | 44.7º | 0.69% | 0.57% | - |
| HSV(B) | 44.7º | 0.67% | 0.87% | - |
| XYZ | 47.92 | 49.71 | 13.2 | - |
| YUV | 181.71 | 66.09 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 72 | 0 | 0.17 | 0.67 | 0.13 | 44.7 | 0.69 | 0.57 |
| Hex | DD | B7 | 48 | 0 | 11 | 43 | D | 2D | 45 | 39 |
| Octal | 335 | 267 | 110 | 0 | 21 | 103 | 15 | 55 | 105 | 71 |
| Binary | 11011101 | 10110111 | 1001000 | 0 | 10001 | 1000011 | 1101 | 101101 | 1000101 | 111001 |
Color Harmonies of #DDB748
Complementary color
Monochromatic Colors of #DDB748
Black with #DDB748
Text Example
Text Example
White with #DDB748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB748; }
p { color: rgb(221,183,72); }
H1.HeaderClassName
{
color: #DDB748;
}
.AnyTagClassName
{
color: #DDB748;
}
</style>
background-color css
<style>
a { background-color: #DDB748; }
a { background-color: rgb(221,183,72); }
div.DivClassName
{
background-color: #DDB748;
}
.BgClassName
{
background-color: #DDB748;
}
</style>
border-color css
<style>
span { border-color: #DDB748; }
span { border-color: rgb(221,183,72); }
td.TdClassName
{
border-color: #DDB748;
}
.TagClassName
{
border-color: #DDB748;
}
</style>