Shades of Ronchi #DBB949
Tints of Ronchi #DBB949
RGB
CMYK
RGB Variations
Color information
#DBB949 (or 0xDBB949) is known color: Ronchi. HEX triplet: DB, B9 and 49. RGB value is (219,185,73). Sum of RGB (Red+Green+Blue) = 219+185+73=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB949 is #2446B6. Grayscale: #B6B6B6. Windows color (decimal): -2377399 or 4831707. OLE color: 4831707.
HSL color Cylindrical-coordinate representation of color #DBB949: hue angle of 46.03º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBB949 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 73 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.14 |
| HSL | 46.03º | 0.67% | 0.57% | - |
| HSV(B) | 46.03º | 0.67% | 0.86% | - |
| XYZ | 47.76 | 50.24 | 13.48 | - |
| YUV | 182.4 | 66.26 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 73 | 0 | 0.16 | 0.67 | 0.14 | 46.03 | 0.67 | 0.57 |
| Hex | DB | B9 | 49 | 0 | 10 | 43 | E | 2E | 43 | 39 |
| Octal | 333 | 271 | 111 | 0 | 20 | 103 | 16 | 56 | 103 | 71 |
| Binary | 11011011 | 10111001 | 1001001 | 0 | 10000 | 1000011 | 1110 | 101110 | 1000011 | 111001 |
Color Harmonies of #DBB949
Complementary color
Monochromatic Colors of #DBB949
Black with #DBB949
Text Example
Text Example
White with #DBB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB949; }
p { color: rgb(219,185,73); }
H1.HeaderClassName
{
color: #DBB949;
}
.AnyTagClassName
{
color: #DBB949;
}
</style>
background-color css
<style>
a { background-color: #DBB949; }
a { background-color: rgb(219,185,73); }
div.DivClassName
{
background-color: #DBB949;
}
.BgClassName
{
background-color: #DBB949;
}
</style>
border-color css
<style>
span { border-color: #DBB949; }
span { border-color: rgb(219,185,73); }
td.TdClassName
{
border-color: #DBB949;
}
.TagClassName
{
border-color: #DBB949;
}
</style>