Shades of Ronchi #DDB84E
Tints of Ronchi #DDB84E
RGB
CMYK
RGB Variations
Color information
#DDB84E (or 0xDDB84E) is known color: Ronchi. HEX triplet: DD, B8 and 4E. RGB value is (221,184,78). Sum of RGB (Red+Green+Blue) = 221+184+78=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 78 (30.86% from 255 or 16.15% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB84E is #2247B1. Grayscale: #B7B7B7. Windows color (decimal): -2246578 or 5159133. OLE color: 5159133.
HSL color Cylindrical-coordinate representation of color #DDB84E: hue angle of 44.48º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDB84E is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 78 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.13 |
| HSL | 44.48º | 0.68% | 0.59% | - |
| HSV(B) | 44.48º | 0.65% | 0.87% | - |
| XYZ | 48.33 | 50.2 | 14.35 | - |
| YUV | 182.98 | 68.76 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 78 | 0 | 0.17 | 0.65 | 0.13 | 44.48 | 0.68 | 0.59 |
| Hex | DD | B8 | 4E | 0 | 11 | 41 | D | 2C | 44 | 3B |
| Octal | 335 | 270 | 116 | 0 | 21 | 101 | 15 | 54 | 104 | 73 |
| Binary | 11011101 | 10111000 | 1001110 | 0 | 10001 | 1000001 | 1101 | 101100 | 1000100 | 111011 |
Color Harmonies of #DDB84E
Complementary color
Monochromatic Colors of #DDB84E
Black with #DDB84E
Text Example
Text Example
White with #DDB84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB84E; }
p { color: rgb(221,184,78); }
H1.HeaderClassName
{
color: #DDB84E;
}
.AnyTagClassName
{
color: #DDB84E;
}
</style>
background-color css
<style>
a { background-color: #DDB84E; }
a { background-color: rgb(221,184,78); }
div.DivClassName
{
background-color: #DDB84E;
}
.BgClassName
{
background-color: #DDB84E;
}
</style>
border-color css
<style>
span { border-color: #DDB84E; }
span { border-color: rgb(221,184,78); }
td.TdClassName
{
border-color: #DDB84E;
}
.TagClassName
{
border-color: #DDB84E;
}
</style>