Shades of Ronchi #DBB94B
Tints of Ronchi #DBB94B
RGB
CMYK
RGB Variations
Color information
#DBB94B (or 0xDBB94B) is known color: Ronchi. HEX triplet: DB, B9 and 4B. RGB value is (219,185,75). Sum of RGB (Red+Green+Blue) = 219+185+75=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB94B is #2446B4. Grayscale: #B7B7B7. Windows color (decimal): -2377397 or 4962779. OLE color: 4962779.
HSL color Cylindrical-coordinate representation of color #DBB94B: hue angle of 45.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBB94B is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 75 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.14 |
| HSL | 45.83º | 0.67% | 0.58% | - |
| HSV(B) | 45.83º | 0.66% | 0.86% | - |
| XYZ | 47.83 | 50.27 | 13.84 | - |
| YUV | 182.63 | 67.26 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 75 | 0 | 0.16 | 0.66 | 0.14 | 45.83 | 0.67 | 0.58 |
| Hex | DB | B9 | 4B | 0 | 10 | 42 | E | 2E | 43 | 3A |
| Octal | 333 | 271 | 113 | 0 | 20 | 102 | 16 | 56 | 103 | 72 |
| Binary | 11011011 | 10111001 | 1001011 | 0 | 10000 | 1000010 | 1110 | 101110 | 1000011 | 111010 |
Color Harmonies of #DBB94B
Complementary color
Monochromatic Colors of #DBB94B
Black with #DBB94B
Text Example
Text Example
White with #DBB94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB94B; }
p { color: rgb(219,185,75); }
H1.HeaderClassName
{
color: #DBB94B;
}
.AnyTagClassName
{
color: #DBB94B;
}
</style>
background-color css
<style>
a { background-color: #DBB94B; }
a { background-color: rgb(219,185,75); }
div.DivClassName
{
background-color: #DBB94B;
}
.BgClassName
{
background-color: #DBB94B;
}
</style>
border-color css
<style>
span { border-color: #DBB94B; }
span { border-color: rgb(219,185,75); }
td.TdClassName
{
border-color: #DBB94B;
}
.TagClassName
{
border-color: #DBB94B;
}
</style>