Shades of Ronchi #DBB94D
Tints of Ronchi #DBB94D
RGB
CMYK
RGB Variations
Color information
#DBB94D (or 0xDBB94D) is known color: Ronchi. HEX triplet: DB, B9 and 4D. RGB value is (219,185,77). Sum of RGB (Red+Green+Blue) = 219+185+77=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB94D is #2446B2. Grayscale: #B7B7B7. Windows color (decimal): -2377395 or 5093851. OLE color: 5093851.
HSL color Cylindrical-coordinate representation of color #DBB94D: hue angle of 45.63º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBB94D is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 77 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.14 |
| HSL | 45.63º | 0.66% | 0.58% | - |
| HSV(B) | 45.63º | 0.65% | 0.86% | - |
| XYZ | 47.9 | 50.29 | 14.2 | - |
| YUV | 182.85 | 68.26 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 77 | 0 | 0.16 | 0.65 | 0.14 | 45.63 | 0.66 | 0.58 |
| Hex | DB | B9 | 4D | 0 | 10 | 41 | E | 2E | 42 | 3A |
| Octal | 333 | 271 | 115 | 0 | 20 | 101 | 16 | 56 | 102 | 72 |
| Binary | 11011011 | 10111001 | 1001101 | 0 | 10000 | 1000001 | 1110 | 101110 | 1000010 | 111010 |
Color Harmonies of #DBB94D
Complementary color
Monochromatic Colors of #DBB94D
Black with #DBB94D
Text Example
Text Example
White with #DBB94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB94D; }
p { color: rgb(219,185,77); }
H1.HeaderClassName
{
color: #DBB94D;
}
.AnyTagClassName
{
color: #DBB94D;
}
</style>
background-color css
<style>
a { background-color: #DBB94D; }
a { background-color: rgb(219,185,77); }
div.DivClassName
{
background-color: #DBB94D;
}
.BgClassName
{
background-color: #DBB94D;
}
</style>
border-color css
<style>
span { border-color: #DBB94D; }
span { border-color: rgb(219,185,77); }
td.TdClassName
{
border-color: #DBB94D;
}
.TagClassName
{
border-color: #DBB94D;
}
</style>