Shades of Rob Roy #DBA756
Tints of Rob Roy #DBA756
RGB
CMYK
RGB Variations
Color information
#DBA756 (or 0xDBA756) is known color: Rob Roy. HEX triplet: DB, A7 and 56. RGB value is (219,167,86). Sum of RGB (Red+Green+Blue) = 219+167+86=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 86 (33.98% from 255 or 18.22% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA756 is #2458A9. Grayscale: #ADADAD. Windows color (decimal): -2381994 or 5679067. OLE color: 5679067.
HSL color Cylindrical-coordinate representation of color #DBA756: hue angle of 36.54º 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 #DBA756 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 86 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.14 |
| HSL | 36.54º | 0.65% | 0.6% | - |
| HSV(B) | 36.54º | 0.61% | 0.86% | - |
| XYZ | 44.71 | 43.37 | 14.82 | - |
| YUV | 173.31 | 78.73 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 86 | 0 | 0.24 | 0.61 | 0.14 | 36.54 | 0.65 | 0.6 |
| Hex | DB | A7 | 56 | 0 | 18 | 3D | E | 25 | 41 | 3C |
| Octal | 333 | 247 | 126 | 0 | 30 | 75 | 16 | 45 | 101 | 74 |
| Binary | 11011011 | 10100111 | 1010110 | 0 | 11000 | 111101 | 1110 | 100101 | 1000001 | 111100 |
Color Harmonies of #DBA756
Complementary color
Monochromatic Colors of #DBA756
Black with #DBA756
Text Example
Text Example
White with #DBA756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA756; }
p { color: rgb(219,167,86); }
H1.HeaderClassName
{
color: #DBA756;
}
.AnyTagClassName
{
color: #DBA756;
}
</style>
background-color css
<style>
a { background-color: #DBA756; }
a { background-color: rgb(219,167,86); }
div.DivClassName
{
background-color: #DBA756;
}
.BgClassName
{
background-color: #DBA756;
}
</style>
border-color css
<style>
span { border-color: #DBA756; }
span { border-color: rgb(219,167,86); }
td.TdClassName
{
border-color: #DBA756;
}
.TagClassName
{
border-color: #DBA756;
}
</style>