Shades of Rob Roy #DBA856
Tints of Rob Roy #DBA856
RGB
CMYK
RGB Variations
Color information
#DBA856 (or 0xDBA856) is known color: Rob Roy. HEX triplet: DB, A8 and 56. RGB value is (219,168,86). Sum of RGB (Red+Green+Blue) = 219+168+86=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA856 is #2457A9. Grayscale: #AEAEAE. Windows color (decimal): -2381738 or 5679323. OLE color: 5679323.
HSL color Cylindrical-coordinate representation of color #DBA856: hue angle of 36.99º 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 #DBA856 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 86 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.14 |
| HSL | 36.99º | 0.65% | 0.6% | - |
| HSV(B) | 36.99º | 0.61% | 0.86% | - |
| XYZ | 44.9 | 43.74 | 14.88 | - |
| YUV | 173.9 | 78.4 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 86 | 0 | 0.23 | 0.61 | 0.14 | 36.99 | 0.65 | 0.6 |
| Hex | DB | A8 | 56 | 0 | 17 | 3D | E | 25 | 41 | 3C |
| Octal | 333 | 250 | 126 | 0 | 27 | 75 | 16 | 45 | 101 | 74 |
| Binary | 11011011 | 10101000 | 1010110 | 0 | 10111 | 111101 | 1110 | 100101 | 1000001 | 111100 |
Color Harmonies of #DBA856
Complementary color
Monochromatic Colors of #DBA856
Black with #DBA856
Text Example
Text Example
White with #DBA856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA856; }
p { color: rgb(219,168,86); }
H1.HeaderClassName
{
color: #DBA856;
}
.AnyTagClassName
{
color: #DBA856;
}
</style>
background-color css
<style>
a { background-color: #DBA856; }
a { background-color: rgb(219,168,86); }
div.DivClassName
{
background-color: #DBA856;
}
.BgClassName
{
background-color: #DBA856;
}
</style>
border-color css
<style>
span { border-color: #DBA856; }
span { border-color: rgb(219,168,86); }
td.TdClassName
{
border-color: #DBA856;
}
.TagClassName
{
border-color: #DBA856;
}
</style>