Shades of Ronchi #DDBD51
Tints of Ronchi #DDBD51
RGB
CMYK
RGB Variations
Color information
#DDBD51 (or 0xDDBD51) is known color: Ronchi. HEX triplet: DD, BD and 51. RGB value is (221,189,81). Sum of RGB (Red+Green+Blue) = 221+189+81=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 81 (32.03% from 255 or 16.50% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD51 is #2242AE. Grayscale: #BABABA. Windows color (decimal): -2245295 or 5357021. OLE color: 5357021.
HSL color Cylindrical-coordinate representation of color #DDBD51: hue angle of 46.29º 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 #DDBD51 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 81 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.13 |
| HSL | 46.29º | 0.67% | 0.59% | - |
| HSV(B) | 46.29º | 0.63% | 0.87% | - |
| XYZ | 49.5 | 52.36 | 15.28 | - |
| YUV | 186.26 | 68.6 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 81 | 0 | 0.14 | 0.63 | 0.13 | 46.29 | 0.67 | 0.59 |
| Hex | DD | BD | 51 | 0 | E | 3F | D | 2E | 43 | 3B |
| Octal | 335 | 275 | 121 | 0 | 16 | 77 | 15 | 56 | 103 | 73 |
| Binary | 11011101 | 10111101 | 1010001 | 0 | 1110 | 111111 | 1101 | 101110 | 1000011 | 111011 |
Color Harmonies of #DDBD51
Complementary color
Monochromatic Colors of #DDBD51
Black with #DDBD51
Text Example
Text Example
White with #DDBD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD51; }
p { color: rgb(221,189,81); }
H1.HeaderClassName
{
color: #DDBD51;
}
.AnyTagClassName
{
color: #DDBD51;
}
</style>
background-color css
<style>
a { background-color: #DDBD51; }
a { background-color: rgb(221,189,81); }
div.DivClassName
{
background-color: #DDBD51;
}
.BgClassName
{
background-color: #DDBD51;
}
</style>
border-color css
<style>
span { border-color: #DDBD51; }
span { border-color: rgb(221,189,81); }
td.TdClassName
{
border-color: #DDBD51;
}
.TagClassName
{
border-color: #DDBD51;
}
</style>