Shades of Rob Roy #DBA551
Tints of Rob Roy #DBA551
RGB
CMYK
RGB Variations
Color information
#DBA551 (or 0xDBA551) is known color: Rob Roy. HEX triplet: DB, A5 and 51. RGB value is (219,165,81). Sum of RGB (Red+Green+Blue) = 219+165+81=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 81 (32.03% from 255 or 17.42% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA551 is #245AAE. Grayscale: #ABABAB. Windows color (decimal): -2382511 or 5350875. OLE color: 5350875.
HSL color Cylindrical-coordinate representation of color #DBA551: hue angle of 36.52º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBA551 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 81 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.14 |
| HSL | 36.52º | 0.66% | 0.59% | - |
| HSV(B) | 36.52º | 0.63% | 0.86% | - |
| XYZ | 44.15 | 42.56 | 13.67 | - |
| YUV | 171.57 | 76.89 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 81 | 0 | 0.25 | 0.63 | 0.14 | 36.52 | 0.66 | 0.59 |
| Hex | DB | A5 | 51 | 0 | 19 | 3F | E | 25 | 42 | 3B |
| Octal | 333 | 245 | 121 | 0 | 31 | 77 | 16 | 45 | 102 | 73 |
| Binary | 11011011 | 10100101 | 1010001 | 0 | 11001 | 111111 | 1110 | 100101 | 1000010 | 111011 |
Color Harmonies of #DBA551
Complementary color
Monochromatic Colors of #DBA551
Black with #DBA551
Text Example
Text Example
White with #DBA551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA551; }
p { color: rgb(219,165,81); }
H1.HeaderClassName
{
color: #DBA551;
}
.AnyTagClassName
{
color: #DBA551;
}
</style>
background-color css
<style>
a { background-color: #DBA551; }
a { background-color: rgb(219,165,81); }
div.DivClassName
{
background-color: #DBA551;
}
.BgClassName
{
background-color: #DBA551;
}
</style>
border-color css
<style>
span { border-color: #DBA551; }
span { border-color: rgb(219,165,81); }
td.TdClassName
{
border-color: #DBA551;
}
.TagClassName
{
border-color: #DBA551;
}
</style>