Shades of Rob Roy #DBAC53
Tints of Rob Roy #DBAC53
RGB
CMYK
RGB Variations
Color information
#DBAC53 (or 0xDBAC53) is known color: Rob Roy. HEX triplet: DB, AC and 53. RGB value is (219,172,83). Sum of RGB (Red+Green+Blue) = 219+172+83=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 83 (32.81% from 255 or 17.51% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC53 is #2453AC. Grayscale: #B0B0B0. Windows color (decimal): -2380717 or 5483739. OLE color: 5483739.
HSL color Cylindrical-coordinate representation of color #DBAC53: hue angle of 39.26º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBAC53 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 83 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.14 |
| HSL | 39.26º | 0.65% | 0.59% | - |
| HSV(B) | 39.26º | 0.62% | 0.86% | - |
| XYZ | 45.53 | 45.19 | 14.51 | - |
| YUV | 175.91 | 75.57 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 83 | 0 | 0.21 | 0.62 | 0.14 | 39.26 | 0.65 | 0.59 |
| Hex | DB | AC | 53 | 0 | 15 | 3E | E | 27 | 41 | 3B |
| Octal | 333 | 254 | 123 | 0 | 25 | 76 | 16 | 47 | 101 | 73 |
| Binary | 11011011 | 10101100 | 1010011 | 0 | 10101 | 111110 | 1110 | 100111 | 1000001 | 111011 |
Color Harmonies of #DBAC53
Complementary color
Monochromatic Colors of #DBAC53
Black with #DBAC53
Text Example
Text Example
White with #DBAC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC53; }
p { color: rgb(219,172,83); }
H1.HeaderClassName
{
color: #DBAC53;
}
.AnyTagClassName
{
color: #DBAC53;
}
</style>
background-color css
<style>
a { background-color: #DBAC53; }
a { background-color: rgb(219,172,83); }
div.DivClassName
{
background-color: #DBAC53;
}
.BgClassName
{
background-color: #DBAC53;
}
</style>
border-color css
<style>
span { border-color: #DBAC53; }
span { border-color: rgb(219,172,83); }
td.TdClassName
{
border-color: #DBAC53;
}
.TagClassName
{
border-color: #DBAC53;
}
</style>