Shades of Ronchi #DDBD4F
Tints of Ronchi #DDBD4F
RGB
CMYK
RGB Variations
Color information
#DDBD4F (or 0xDDBD4F) is known color: Ronchi. HEX triplet: DD, BD and 4F. RGB value is (221,189,79). Sum of RGB (Red+Green+Blue) = 221+189+79=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 79 (31.25% from 255 or 16.16% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD4F is #2242B0. Grayscale: #BABABA. Windows color (decimal): -2245297 or 5225949. OLE color: 5225949.
HSL color Cylindrical-coordinate representation of color #DDBD4F: hue angle of 46.48º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDBD4F is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 79 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.13 |
| HSL | 46.48º | 0.68% | 0.59% | - |
| HSV(B) | 46.48º | 0.64% | 0.87% | - |
| XYZ | 49.43 | 52.33 | 14.89 | - |
| YUV | 186.03 | 67.6 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 79 | 0 | 0.14 | 0.64 | 0.13 | 46.48 | 0.68 | 0.59 |
| Hex | DD | BD | 4F | 0 | E | 40 | D | 2E | 44 | 3B |
| Octal | 335 | 275 | 117 | 0 | 16 | 100 | 15 | 56 | 104 | 73 |
| Binary | 11011101 | 10111101 | 1001111 | 0 | 1110 | 1000000 | 1101 | 101110 | 1000100 | 111011 |
Color Harmonies of #DDBD4F
Complementary color
Monochromatic Colors of #DDBD4F
Black with #DDBD4F
Text Example
Text Example
White with #DDBD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD4F; }
p { color: rgb(221,189,79); }
H1.HeaderClassName
{
color: #DDBD4F;
}
.AnyTagClassName
{
color: #DDBD4F;
}
</style>
background-color css
<style>
a { background-color: #DDBD4F; }
a { background-color: rgb(221,189,79); }
div.DivClassName
{
background-color: #DDBD4F;
}
.BgClassName
{
background-color: #DDBD4F;
}
</style>
border-color css
<style>
span { border-color: #DDBD4F; }
span { border-color: rgb(221,189,79); }
td.TdClassName
{
border-color: #DDBD4F;
}
.TagClassName
{
border-color: #DDBD4F;
}
</style>