Shades of Ronchi #DDB94F
Tints of Ronchi #DDB94F
RGB
CMYK
RGB Variations
Color information
#DDB94F (or 0xDDB94F) is known color: Ronchi. HEX triplet: DD, B9 and 4F. RGB value is (221,185,79). Sum of RGB (Red+Green+Blue) = 221+185+79=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 79 (31.25% from 255 or 16.29% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB94F is #2246B0. Grayscale: #B8B8B8. Windows color (decimal): -2246321 or 5224925. OLE color: 5224925.
HSL color Cylindrical-coordinate representation of color #DDB94F: hue angle of 44.79º 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 #DDB94F is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 79 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.13 |
| HSL | 44.79º | 0.68% | 0.59% | - |
| HSV(B) | 44.79º | 0.64% | 0.87% | - |
| XYZ | 48.58 | 50.63 | 14.61 | - |
| YUV | 183.68 | 68.93 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 79 | 0 | 0.16 | 0.64 | 0.13 | 44.79 | 0.68 | 0.59 |
| Hex | DD | B9 | 4F | 0 | 10 | 40 | D | 2D | 44 | 3B |
| Octal | 335 | 271 | 117 | 0 | 20 | 100 | 15 | 55 | 104 | 73 |
| Binary | 11011101 | 10111001 | 1001111 | 0 | 10000 | 1000000 | 1101 | 101101 | 1000100 | 111011 |
Color Harmonies of #DDB94F
Complementary color
Monochromatic Colors of #DDB94F
Black with #DDB94F
Text Example
Text Example
White with #DDB94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB94F; }
p { color: rgb(221,185,79); }
H1.HeaderClassName
{
color: #DDB94F;
}
.AnyTagClassName
{
color: #DDB94F;
}
</style>
background-color css
<style>
a { background-color: #DDB94F; }
a { background-color: rgb(221,185,79); }
div.DivClassName
{
background-color: #DDB94F;
}
.BgClassName
{
background-color: #DDB94F;
}
</style>
border-color css
<style>
span { border-color: #DDB94F; }
span { border-color: rgb(221,185,79); }
td.TdClassName
{
border-color: #DDB94F;
}
.TagClassName
{
border-color: #DDB94F;
}
</style>