Shades of Rob Roy #DBA659
Tints of Rob Roy #DBA659
RGB
CMYK
RGB Variations
Color information
#DBA659 (or 0xDBA659) is known color: Rob Roy. HEX triplet: DB, A6 and 59. RGB value is (219,166,89). Sum of RGB (Red+Green+Blue) = 219+166+89=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 89 (35.16% from 255 or 18.78% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA659 is #2459A6. Grayscale: #ADADAD. Windows color (decimal): -2382247 or 5875419. OLE color: 5875419.
HSL color Cylindrical-coordinate representation of color #DBA659: hue angle of 35.54º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBA659 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 89 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.14 |
| HSL | 35.54º | 0.64% | 0.6% | - |
| HSV(B) | 35.54º | 0.59% | 0.86% | - |
| XYZ | 44.65 | 43.05 | 15.41 | - |
| YUV | 173.07 | 80.56 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 89 | 0 | 0.24 | 0.59 | 0.14 | 35.54 | 0.64 | 0.6 |
| Hex | DB | A6 | 59 | 0 | 18 | 3B | E | 24 | 40 | 3C |
| Octal | 333 | 246 | 131 | 0 | 30 | 73 | 16 | 44 | 100 | 74 |
| Binary | 11011011 | 10100110 | 1011001 | 0 | 11000 | 111011 | 1110 | 100100 | 1000000 | 111100 |
Color Harmonies of #DBA659
Complementary color
Monochromatic Colors of #DBA659
Black with #DBA659
Text Example
Text Example
White with #DBA659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA659; }
p { color: rgb(219,166,89); }
H1.HeaderClassName
{
color: #DBA659;
}
.AnyTagClassName
{
color: #DBA659;
}
</style>
background-color css
<style>
a { background-color: #DBA659; }
a { background-color: rgb(219,166,89); }
div.DivClassName
{
background-color: #DBA659;
}
.BgClassName
{
background-color: #DBA659;
}
</style>
border-color css
<style>
span { border-color: #DBA659; }
span { border-color: rgb(219,166,89); }
td.TdClassName
{
border-color: #DBA659;
}
.TagClassName
{
border-color: #DBA659;
}
</style>