Shades of Rob Roy #DBAC59
Tints of Rob Roy #DBAC59
RGB
CMYK
RGB Variations
Color information
#DBAC59 (or 0xDBAC59) is known color: Rob Roy. HEX triplet: DB, AC and 59. RGB value is (219,172,89). Sum of RGB (Red+Green+Blue) = 219+172+89=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 89 (35.16% from 255 or 18.54% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC59 is #2453A6. Grayscale: #B0B0B0. Windows color (decimal): -2380711 or 5876955. OLE color: 5876955.
HSL color Cylindrical-coordinate representation of color #DBAC59: hue angle of 38.31º 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 #DBAC59 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 89 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.14 |
| HSL | 38.31º | 0.64% | 0.6% | - |
| HSV(B) | 38.31º | 0.59% | 0.86% | - |
| XYZ | 45.77 | 45.29 | 15.78 | - |
| YUV | 176.59 | 78.57 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 89 | 0 | 0.21 | 0.59 | 0.14 | 38.31 | 0.64 | 0.6 |
| Hex | DB | AC | 59 | 0 | 15 | 3B | E | 26 | 40 | 3C |
| Octal | 333 | 254 | 131 | 0 | 25 | 73 | 16 | 46 | 100 | 74 |
| Binary | 11011011 | 10101100 | 1011001 | 0 | 10101 | 111011 | 1110 | 100110 | 1000000 | 111100 |
Color Harmonies of #DBAC59
Complementary color
Monochromatic Colors of #DBAC59
Black with #DBAC59
Text Example
Text Example
White with #DBAC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC59; }
p { color: rgb(219,172,89); }
H1.HeaderClassName
{
color: #DBAC59;
}
.AnyTagClassName
{
color: #DBAC59;
}
</style>
background-color css
<style>
a { background-color: #DBAC59; }
a { background-color: rgb(219,172,89); }
div.DivClassName
{
background-color: #DBAC59;
}
.BgClassName
{
background-color: #DBAC59;
}
</style>
border-color css
<style>
span { border-color: #DBAC59; }
span { border-color: rgb(219,172,89); }
td.TdClassName
{
border-color: #DBAC59;
}
.TagClassName
{
border-color: #DBAC59;
}
</style>