Shades of Ronchi #DDBB51
Tints of Ronchi #DDBB51
RGB
CMYK
RGB Variations
Color information
#DDBB51 (or 0xDDBB51) is known color: Ronchi. HEX triplet: DD, BB and 51. RGB value is (221,187,81). Sum of RGB (Red+Green+Blue) = 221+187+81=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 81 (32.03% from 255 or 16.56% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB51 is #2244AE. Grayscale: #B9B9B9. Windows color (decimal): -2245807 or 5356509. OLE color: 5356509.
HSL color Cylindrical-coordinate representation of color #DDBB51: hue angle of 45.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDBB51 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 81 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.13 |
| HSL | 45.43º | 0.67% | 0.59% | - |
| HSV(B) | 45.43º | 0.63% | 0.87% | - |
| XYZ | 49.07 | 51.51 | 15.14 | - |
| YUV | 185.08 | 69.26 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 81 | 0 | 0.15 | 0.63 | 0.13 | 45.43 | 0.67 | 0.59 |
| Hex | DD | BB | 51 | 0 | F | 3F | D | 2D | 43 | 3B |
| Octal | 335 | 273 | 121 | 0 | 17 | 77 | 15 | 55 | 103 | 73 |
| Binary | 11011101 | 10111011 | 1010001 | 0 | 1111 | 111111 | 1101 | 101101 | 1000011 | 111011 |
Color Harmonies of #DDBB51
Complementary color
Monochromatic Colors of #DDBB51
Black with #DDBB51
Text Example
Text Example
White with #DDBB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB51; }
p { color: rgb(221,187,81); }
H1.HeaderClassName
{
color: #DDBB51;
}
.AnyTagClassName
{
color: #DDBB51;
}
</style>
background-color css
<style>
a { background-color: #DDBB51; }
a { background-color: rgb(221,187,81); }
div.DivClassName
{
background-color: #DDBB51;
}
.BgClassName
{
background-color: #DDBB51;
}
</style>
border-color css
<style>
span { border-color: #DDBB51; }
span { border-color: rgb(221,187,81); }
td.TdClassName
{
border-color: #DDBB51;
}
.TagClassName
{
border-color: #DDBB51;
}
</style>