Shades of Ronchi #DDBC54
Tints of Ronchi #DDBC54
RGB
CMYK
RGB Variations
Color information
#DDBC54 (or 0xDDBC54) is known color: Ronchi. HEX triplet: DD, BC and 54. RGB value is (221,188,84). Sum of RGB (Red+Green+Blue) = 221+188+84=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC54 is #2243AB. Grayscale: #BABABA. Windows color (decimal): -2245548 or 5553373. OLE color: 5553373.
HSL color Cylindrical-coordinate representation of color #DDBC54: hue angle of 45.55º 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 #DDBC54 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 84 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.13 |
| HSL | 45.55º | 0.67% | 0.6% | - |
| HSV(B) | 45.55º | 0.62% | 0.87% | - |
| XYZ | 49.4 | 51.98 | 15.82 | - |
| YUV | 186.01 | 70.43 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 84 | 0 | 0.15 | 0.62 | 0.13 | 45.55 | 0.67 | 0.6 |
| Hex | DD | BC | 54 | 0 | F | 3E | D | 2E | 43 | 3C |
| Octal | 335 | 274 | 124 | 0 | 17 | 76 | 15 | 56 | 103 | 74 |
| Binary | 11011101 | 10111100 | 1010100 | 0 | 1111 | 111110 | 1101 | 101110 | 1000011 | 111100 |
Color Harmonies of #DDBC54
Complementary color
Monochromatic Colors of #DDBC54
Black with #DDBC54
Text Example
Text Example
White with #DDBC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC54; }
p { color: rgb(221,188,84); }
H1.HeaderClassName
{
color: #DDBC54;
}
.AnyTagClassName
{
color: #DDBC54;
}
</style>
background-color css
<style>
a { background-color: #DDBC54; }
a { background-color: rgb(221,188,84); }
div.DivClassName
{
background-color: #DDBC54;
}
.BgClassName
{
background-color: #DDBC54;
}
</style>
border-color css
<style>
span { border-color: #DDBC54; }
span { border-color: rgb(221,188,84); }
td.TdClassName
{
border-color: #DDBC54;
}
.TagClassName
{
border-color: #DDBC54;
}
</style>