Shades of Ronchi #DBB94E
Tints of Ronchi #DBB94E
RGB
CMYK
RGB Variations
Color information
#DBB94E (or 0xDBB94E) is known color: Ronchi. HEX triplet: DB, B9 and 4E. RGB value is (219,185,78). Sum of RGB (Red+Green+Blue) = 219+185+78=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 78 (30.86% from 255 or 16.18% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB94E is #2446B1. Grayscale: #B7B7B7. Windows color (decimal): -2377394 or 5159387. OLE color: 5159387.
HSL color Cylindrical-coordinate representation of color #DBB94E: hue angle of 45.53º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBB94E is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 78 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.14 |
| HSL | 45.53º | 0.66% | 0.58% | - |
| HSV(B) | 45.53º | 0.64% | 0.86% | - |
| XYZ | 47.94 | 50.31 | 14.39 | - |
| YUV | 182.97 | 68.76 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 78 | 0 | 0.16 | 0.64 | 0.14 | 45.53 | 0.66 | 0.58 |
| Hex | DB | B9 | 4E | 0 | 10 | 40 | E | 2E | 42 | 3A |
| Octal | 333 | 271 | 116 | 0 | 20 | 100 | 16 | 56 | 102 | 72 |
| Binary | 11011011 | 10111001 | 1001110 | 0 | 10000 | 1000000 | 1110 | 101110 | 1000010 | 111010 |
Color Harmonies of #DBB94E
Complementary color
Monochromatic Colors of #DBB94E
Black with #DBB94E
Text Example
Text Example
White with #DBB94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB94E; }
p { color: rgb(219,185,78); }
H1.HeaderClassName
{
color: #DBB94E;
}
.AnyTagClassName
{
color: #DBB94E;
}
</style>
background-color css
<style>
a { background-color: #DBB94E; }
a { background-color: rgb(219,185,78); }
div.DivClassName
{
background-color: #DBB94E;
}
.BgClassName
{
background-color: #DBB94E;
}
</style>
border-color css
<style>
span { border-color: #DBB94E; }
span { border-color: rgb(219,185,78); }
td.TdClassName
{
border-color: #DBB94E;
}
.TagClassName
{
border-color: #DBB94E;
}
</style>