Shades of Rob Roy #DBAB55
Tints of Rob Roy #DBAB55
RGB
CMYK
RGB Variations
Color information
#DBAB55 (or 0xDBAB55) is known color: Rob Roy. HEX triplet: DB, AB and 55. RGB value is (219,171,85). Sum of RGB (Red+Green+Blue) = 219+171+85=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 85 (33.59% from 255 or 17.89% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB55 is #2454AA. Grayscale: #AFAFAF. Windows color (decimal): -2380971 or 5614555. OLE color: 5614555.
HSL color Cylindrical-coordinate representation of color #DBAB55: hue angle of 38.51º 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 #DBAB55 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 85 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.14 |
| HSL | 38.51º | 0.65% | 0.6% | - |
| HSV(B) | 38.51º | 0.61% | 0.86% | - |
| XYZ | 45.42 | 44.84 | 14.86 | - |
| YUV | 175.55 | 76.9 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 85 | 0 | 0.22 | 0.61 | 0.14 | 38.51 | 0.65 | 0.6 |
| Hex | DB | AB | 55 | 0 | 16 | 3D | E | 27 | 41 | 3C |
| Octal | 333 | 253 | 125 | 0 | 26 | 75 | 16 | 47 | 101 | 74 |
| Binary | 11011011 | 10101011 | 1010101 | 0 | 10110 | 111101 | 1110 | 100111 | 1000001 | 111100 |
Color Harmonies of #DBAB55
Complementary color
Monochromatic Colors of #DBAB55
Black with #DBAB55
Text Example
Text Example
White with #DBAB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB55; }
p { color: rgb(219,171,85); }
H1.HeaderClassName
{
color: #DBAB55;
}
.AnyTagClassName
{
color: #DBAB55;
}
</style>
background-color css
<style>
a { background-color: #DBAB55; }
a { background-color: rgb(219,171,85); }
div.DivClassName
{
background-color: #DBAB55;
}
.BgClassName
{
background-color: #DBAB55;
}
</style>
border-color css
<style>
span { border-color: #DBAB55; }
span { border-color: rgb(219,171,85); }
td.TdClassName
{
border-color: #DBAB55;
}
.TagClassName
{
border-color: #DBAB55;
}
</style>