Shades of Rob Roy #DBA85B
Tints of Rob Roy #DBA85B
RGB
CMYK
RGB Variations
Color information
#DBA85B (or 0xDBA85B) is known color: Rob Roy. HEX triplet: DB, A8 and 5B. RGB value is (219,168,91). Sum of RGB (Red+Green+Blue) = 219+168+91=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA85B is #2457A4. Grayscale: #AEAEAE. Windows color (decimal): -2381733 or 6007003. OLE color: 6007003.
HSL color Cylindrical-coordinate representation of color #DBA85B: hue angle of 36.09º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBA85B is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 91 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.14 |
| HSL | 36.09º | 0.64% | 0.61% | - |
| HSV(B) | 36.09º | 0.58% | 0.86% | - |
| XYZ | 45.1 | 43.82 | 15.98 | - |
| YUV | 174.47 | 80.9 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 91 | 0 | 0.23 | 0.58 | 0.14 | 36.09 | 0.64 | 0.61 |
| Hex | DB | A8 | 5B | 0 | 17 | 3A | E | 24 | 40 | 3D |
| Octal | 333 | 250 | 133 | 0 | 27 | 72 | 16 | 44 | 100 | 75 |
| Binary | 11011011 | 10101000 | 1011011 | 0 | 10111 | 111010 | 1110 | 100100 | 1000000 | 111101 |
Color Harmonies of #DBA85B
Complementary color
Monochromatic Colors of #DBA85B
Black with #DBA85B
Text Example
Text Example
White with #DBA85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA85B; }
p { color: rgb(219,168,91); }
H1.HeaderClassName
{
color: #DBA85B;
}
.AnyTagClassName
{
color: #DBA85B;
}
</style>
background-color css
<style>
a { background-color: #DBA85B; }
a { background-color: rgb(219,168,91); }
div.DivClassName
{
background-color: #DBA85B;
}
.BgClassName
{
background-color: #DBA85B;
}
</style>
border-color css
<style>
span { border-color: #DBA85B; }
span { border-color: rgb(219,168,91); }
td.TdClassName
{
border-color: #DBA85B;
}
.TagClassName
{
border-color: #DBA85B;
}
</style>