Shades of Rob Roy #DBAC52
Tints of Rob Roy #DBAC52
RGB
CMYK
RGB Variations
Color information
#DBAC52 (or 0xDBAC52) is known color: Rob Roy. HEX triplet: DB, AC and 52. RGB value is (219,172,82). Sum of RGB (Red+Green+Blue) = 219+172+82=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC52 is #2453AD. Grayscale: #B0B0B0. Windows color (decimal): -2380718 or 5418203. OLE color: 5418203.
HSL color Cylindrical-coordinate representation of color #DBAC52: hue angle of 39.42º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBAC52 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 82 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.14 |
| HSL | 39.42º | 0.66% | 0.59% | - |
| HSV(B) | 39.42º | 0.63% | 0.86% | - |
| XYZ | 45.49 | 45.17 | 14.3 | - |
| YUV | 175.79 | 75.07 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 82 | 0 | 0.21 | 0.63 | 0.14 | 39.42 | 0.66 | 0.59 |
| Hex | DB | AC | 52 | 0 | 15 | 3F | E | 27 | 42 | 3B |
| Octal | 333 | 254 | 122 | 0 | 25 | 77 | 16 | 47 | 102 | 73 |
| Binary | 11011011 | 10101100 | 1010010 | 0 | 10101 | 111111 | 1110 | 100111 | 1000010 | 111011 |
Color Harmonies of #DBAC52
Complementary color
Monochromatic Colors of #DBAC52
Black with #DBAC52
Text Example
Text Example
White with #DBAC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC52; }
p { color: rgb(219,172,82); }
H1.HeaderClassName
{
color: #DBAC52;
}
.AnyTagClassName
{
color: #DBAC52;
}
</style>
background-color css
<style>
a { background-color: #DBAC52; }
a { background-color: rgb(219,172,82); }
div.DivClassName
{
background-color: #DBAC52;
}
.BgClassName
{
background-color: #DBAC52;
}
</style>
border-color css
<style>
span { border-color: #DBAC52; }
span { border-color: rgb(219,172,82); }
td.TdClassName
{
border-color: #DBAC52;
}
.TagClassName
{
border-color: #DBAC52;
}
</style>