Shades of Rob Roy #DBA755
Tints of Rob Roy #DBA755
RGB
CMYK
RGB Variations
Color information
#DBA755 (or 0xDBA755) is known color: Rob Roy. HEX triplet: DB, A7 and 55. RGB value is (219,167,85). Sum of RGB (Red+Green+Blue) = 219+167+85=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA755 is #2458AA. Grayscale: #ADADAD. Windows color (decimal): -2381995 or 5613531. OLE color: 5613531.
HSL color Cylindrical-coordinate representation of color #DBA755: hue angle of 36.72º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBA755 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 85 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.14 |
| HSL | 36.72º | 0.65% | 0.6% | - |
| HSV(B) | 36.72º | 0.61% | 0.86% | - |
| XYZ | 44.67 | 43.35 | 14.61 | - |
| YUV | 173.2 | 78.23 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 85 | 0 | 0.24 | 0.61 | 0.14 | 36.72 | 0.65 | 0.6 |
| Hex | DB | A7 | 55 | 0 | 18 | 3D | E | 25 | 41 | 3C |
| Octal | 333 | 247 | 125 | 0 | 30 | 75 | 16 | 45 | 101 | 74 |
| Binary | 11011011 | 10100111 | 1010101 | 0 | 11000 | 111101 | 1110 | 100101 | 1000001 | 111100 |
Color Harmonies of #DBA755
Complementary color
Monochromatic Colors of #DBA755
Black with #DBA755
Text Example
Text Example
White with #DBA755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA755; }
p { color: rgb(219,167,85); }
H1.HeaderClassName
{
color: #DBA755;
}
.AnyTagClassName
{
color: #DBA755;
}
</style>
background-color css
<style>
a { background-color: #DBA755; }
a { background-color: rgb(219,167,85); }
div.DivClassName
{
background-color: #DBA755;
}
.BgClassName
{
background-color: #DBA755;
}
</style>
border-color css
<style>
span { border-color: #DBA755; }
span { border-color: rgb(219,167,85); }
td.TdClassName
{
border-color: #DBA755;
}
.TagClassName
{
border-color: #DBA755;
}
</style>