Shades of Rob Roy #DBAA5A
Tints of Rob Roy #DBAA5A
RGB
CMYK
RGB Variations
Color information
#DBAA5A (or 0xDBAA5A) is known color: Rob Roy. HEX triplet: DB, AA and 5A. RGB value is (219,170,90). Sum of RGB (Red+Green+Blue) = 219+170+90=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA5A is #2455A5. Grayscale: #AFAFAF. Windows color (decimal): -2381222 or 5941979. OLE color: 5941979.
HSL color Cylindrical-coordinate representation of color #DBAA5A: hue angle of 37.21º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBAA5A is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 90 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.14 |
| HSL | 37.21º | 0.64% | 0.61% | - |
| HSV(B) | 37.21º | 0.59% | 0.86% | - |
| XYZ | 45.43 | 44.55 | 15.88 | - |
| YUV | 175.53 | 79.73 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 90 | 0 | 0.22 | 0.59 | 0.14 | 37.21 | 0.64 | 0.61 |
| Hex | DB | AA | 5A | 0 | 16 | 3B | E | 25 | 40 | 3D |
| Octal | 333 | 252 | 132 | 0 | 26 | 73 | 16 | 45 | 100 | 75 |
| Binary | 11011011 | 10101010 | 1011010 | 0 | 10110 | 111011 | 1110 | 100101 | 1000000 | 111101 |
Color Harmonies of #DBAA5A
Complementary color
Monochromatic Colors of #DBAA5A
Black with #DBAA5A
Text Example
Text Example
White with #DBAA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA5A; }
p { color: rgb(219,170,90); }
H1.HeaderClassName
{
color: #DBAA5A;
}
.AnyTagClassName
{
color: #DBAA5A;
}
</style>
background-color css
<style>
a { background-color: #DBAA5A; }
a { background-color: rgb(219,170,90); }
div.DivClassName
{
background-color: #DBAA5A;
}
.BgClassName
{
background-color: #DBAA5A;
}
</style>
border-color css
<style>
span { border-color: #DBAA5A; }
span { border-color: rgb(219,170,90); }
td.TdClassName
{
border-color: #DBAA5A;
}
.TagClassName
{
border-color: #DBAA5A;
}
</style>