Shades of Rob Roy #DBAA59
Tints of Rob Roy #DBAA59
RGB
CMYK
RGB Variations
Color information
#DBAA59 (or 0xDBAA59) is known color: Rob Roy. HEX triplet: DB, AA and 59. RGB value is (219,170,89). Sum of RGB (Red+Green+Blue) = 219+170+89=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 89 (35.16% from 255 or 18.62% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA59 is #2455A6. Grayscale: #AFAFAF. Windows color (decimal): -2381223 or 5876443. OLE color: 5876443.
HSL color Cylindrical-coordinate representation of color #DBAA59: hue angle of 37.38º 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 #DBAA59 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 89 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.14 |
| HSL | 37.38º | 0.64% | 0.6% | - |
| HSV(B) | 37.38º | 0.59% | 0.86% | - |
| XYZ | 45.39 | 44.53 | 15.65 | - |
| YUV | 175.42 | 79.23 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 89 | 0 | 0.22 | 0.59 | 0.14 | 37.38 | 0.64 | 0.6 |
| Hex | DB | AA | 59 | 0 | 16 | 3B | E | 25 | 40 | 3C |
| Octal | 333 | 252 | 131 | 0 | 26 | 73 | 16 | 45 | 100 | 74 |
| Binary | 11011011 | 10101010 | 1011001 | 0 | 10110 | 111011 | 1110 | 100101 | 1000000 | 111100 |
Color Harmonies of #DBAA59
Complementary color
Monochromatic Colors of #DBAA59
Black with #DBAA59
Text Example
Text Example
White with #DBAA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA59; }
p { color: rgb(219,170,89); }
H1.HeaderClassName
{
color: #DBAA59;
}
.AnyTagClassName
{
color: #DBAA59;
}
</style>
background-color css
<style>
a { background-color: #DBAA59; }
a { background-color: rgb(219,170,89); }
div.DivClassName
{
background-color: #DBAA59;
}
.BgClassName
{
background-color: #DBAA59;
}
</style>
border-color css
<style>
span { border-color: #DBAA59; }
span { border-color: rgb(219,170,89); }
td.TdClassName
{
border-color: #DBAA59;
}
.TagClassName
{
border-color: #DBAA59;
}
</style>