Shades of Rob Roy #DBAB59
Tints of Rob Roy #DBAB59
RGB
CMYK
RGB Variations
Color information
#DBAB59 (or 0xDBAB59) is known color: Rob Roy. HEX triplet: DB, AB and 59. RGB value is (219,171,89). Sum of RGB (Red+Green+Blue) = 219+171+89=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 89 (35.16% from 255 or 18.58% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB59 is #2454A6. Grayscale: #B0B0B0. Windows color (decimal): -2380967 or 5876699. OLE color: 5876699.
HSL color Cylindrical-coordinate representation of color #DBAB59: hue angle of 37.85º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBAB59 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 89 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.14 |
| HSL | 37.85º | 0.64% | 0.6% | - |
| HSV(B) | 37.85º | 0.59% | 0.86% | - |
| XYZ | 45.58 | 44.91 | 15.72 | - |
| YUV | 176 | 78.9 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 89 | 0 | 0.22 | 0.59 | 0.14 | 37.85 | 0.64 | 0.6 |
| Hex | DB | AB | 59 | 0 | 16 | 3B | E | 26 | 40 | 3C |
| Octal | 333 | 253 | 131 | 0 | 26 | 73 | 16 | 46 | 100 | 74 |
| Binary | 11011011 | 10101011 | 1011001 | 0 | 10110 | 111011 | 1110 | 100110 | 1000000 | 111100 |
Color Harmonies of #DBAB59
Complementary color
Monochromatic Colors of #DBAB59
Black with #DBAB59
Text Example
Text Example
White with #DBAB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB59; }
p { color: rgb(219,171,89); }
H1.HeaderClassName
{
color: #DBAB59;
}
.AnyTagClassName
{
color: #DBAB59;
}
</style>
background-color css
<style>
a { background-color: #DBAB59; }
a { background-color: rgb(219,171,89); }
div.DivClassName
{
background-color: #DBAB59;
}
.BgClassName
{
background-color: #DBAB59;
}
</style>
border-color css
<style>
span { border-color: #DBAB59; }
span { border-color: rgb(219,171,89); }
td.TdClassName
{
border-color: #DBAB59;
}
.TagClassName
{
border-color: #DBAB59;
}
</style>