Shades of Rob Roy #DBA557
Tints of Rob Roy #DBA557
RGB
CMYK
RGB Variations
Color information
#DBA557 (or 0xDBA557) is known color: Rob Roy. HEX triplet: DB, A5 and 57. RGB value is (219,165,87). Sum of RGB (Red+Green+Blue) = 219+165+87=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 87 (34.38% from 255 or 18.47% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA557 is #245AA8. Grayscale: #ACACAC. Windows color (decimal): -2382505 or 5744091. OLE color: 5744091.
HSL color Cylindrical-coordinate representation of color #DBA557: hue angle of 35.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBA557 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 87 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.14 |
| HSL | 35.45º | 0.65% | 0.6% | - |
| HSV(B) | 35.45º | 0.6% | 0.86% | - |
| XYZ | 44.39 | 42.66 | 14.91 | - |
| YUV | 172.25 | 79.89 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 87 | 0 | 0.25 | 0.60 | 0.14 | 35.45 | 0.65 | 0.6 |
| Hex | DB | A5 | 57 | 0 | 19 | 3C | E | 23 | 41 | 3C |
| Octal | 333 | 245 | 127 | 0 | 31 | 74 | 16 | 43 | 101 | 74 |
| Binary | 11011011 | 10100101 | 1010111 | 0 | 11001 | 111100 | 1110 | 100011 | 1000001 | 111100 |
Color Harmonies of #DBA557
Complementary color
Monochromatic Colors of #DBA557
Black with #DBA557
Text Example
Text Example
White with #DBA557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA557; }
p { color: rgb(219,165,87); }
H1.HeaderClassName
{
color: #DBA557;
}
.AnyTagClassName
{
color: #DBA557;
}
</style>
background-color css
<style>
a { background-color: #DBA557; }
a { background-color: rgb(219,165,87); }
div.DivClassName
{
background-color: #DBA557;
}
.BgClassName
{
background-color: #DBA557;
}
</style>
border-color css
<style>
span { border-color: #DBA557; }
span { border-color: rgb(219,165,87); }
td.TdClassName
{
border-color: #DBA557;
}
.TagClassName
{
border-color: #DBA557;
}
</style>