Shades of Ronchi #DBB84B
Tints of Ronchi #DBB84B
RGB
CMYK
RGB Variations
Color information
#DBB84B (or 0xDBB84B) is known color: Ronchi. HEX triplet: DB, B8 and 4B. RGB value is (219,184,75). Sum of RGB (Red+Green+Blue) = 219+184+75=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 75 (29.69% from 255 or 15.69% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB84B is #2447B4. Grayscale: #B6B6B6. Windows color (decimal): -2377653 or 4962523. OLE color: 4962523.
HSL color Cylindrical-coordinate representation of color #DBB84B: hue angle of 45.42º 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 #DBB84B is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 75 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.14 |
| HSL | 45.42º | 0.67% | 0.58% | - |
| HSV(B) | 45.42º | 0.66% | 0.86% | - |
| XYZ | 47.62 | 49.85 | 13.77 | - |
| YUV | 182.04 | 67.6 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 75 | 0 | 0.16 | 0.66 | 0.14 | 45.42 | 0.67 | 0.58 |
| Hex | DB | B8 | 4B | 0 | 10 | 42 | E | 2D | 43 | 3A |
| Octal | 333 | 270 | 113 | 0 | 20 | 102 | 16 | 55 | 103 | 72 |
| Binary | 11011011 | 10111000 | 1001011 | 0 | 10000 | 1000010 | 1110 | 101101 | 1000011 | 111010 |
Color Harmonies of #DBB84B
Complementary color
Monochromatic Colors of #DBB84B
Black with #DBB84B
Text Example
Text Example
White with #DBB84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB84B; }
p { color: rgb(219,184,75); }
H1.HeaderClassName
{
color: #DBB84B;
}
.AnyTagClassName
{
color: #DBB84B;
}
</style>
background-color css
<style>
a { background-color: #DBB84B; }
a { background-color: rgb(219,184,75); }
div.DivClassName
{
background-color: #DBB84B;
}
.BgClassName
{
background-color: #DBB84B;
}
</style>
border-color css
<style>
span { border-color: #DBB84B; }
span { border-color: rgb(219,184,75); }
td.TdClassName
{
border-color: #DBB84B;
}
.TagClassName
{
border-color: #DBB84B;
}
</style>