Shades of Rob Roy #DBB855
Tints of Rob Roy #DBB855
RGB
CMYK
RGB Variations
Color information
#DBB855 (or 0xDBB855) is known color: Rob Roy. HEX triplet: DB, B8 and 55. RGB value is (219,184,85). Sum of RGB (Red+Green+Blue) = 219+184+85=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB855 is #2447AA. Grayscale: #B7B7B7. Windows color (decimal): -2377643 or 5617883. OLE color: 5617883.
HSL color Cylindrical-coordinate representation of color #DBB855: hue angle of 44.33º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBB855 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 85 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.14 |
| HSL | 44.33º | 0.65% | 0.6% | - |
| HSV(B) | 44.33º | 0.61% | 0.86% | - |
| XYZ | 47.99 | 50 | 15.72 | - |
| YUV | 183.18 | 72.6 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 85 | 0 | 0.16 | 0.61 | 0.14 | 44.33 | 0.65 | 0.6 |
| Hex | DB | B8 | 55 | 0 | 10 | 3D | E | 2C | 41 | 3C |
| Octal | 333 | 270 | 125 | 0 | 20 | 75 | 16 | 54 | 101 | 74 |
| Binary | 11011011 | 10111000 | 1010101 | 0 | 10000 | 111101 | 1110 | 101100 | 1000001 | 111100 |
Color Harmonies of #DBB855
Complementary color
Monochromatic Colors of #DBB855
Black with #DBB855
Text Example
Text Example
White with #DBB855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB855; }
p { color: rgb(219,184,85); }
H1.HeaderClassName
{
color: #DBB855;
}
.AnyTagClassName
{
color: #DBB855;
}
</style>
background-color css
<style>
a { background-color: #DBB855; }
a { background-color: rgb(219,184,85); }
div.DivClassName
{
background-color: #DBB855;
}
.BgClassName
{
background-color: #DBB855;
}
</style>
border-color css
<style>
span { border-color: #DBB855; }
span { border-color: rgb(219,184,85); }
td.TdClassName
{
border-color: #DBB855;
}
.TagClassName
{
border-color: #DBB855;
}
</style>