Shades of Rob Roy #DBAC58
Tints of Rob Roy #DBAC58
RGB
CMYK
RGB Variations
Color information
#DBAC58 (or 0xDBAC58) is known color: Rob Roy. HEX triplet: DB, AC and 58. RGB value is (219,172,88). Sum of RGB (Red+Green+Blue) = 219+172+88=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 88 (34.77% from 255 or 18.37% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC58 is #2453A7. Grayscale: #B0B0B0. Windows color (decimal): -2380712 or 5811419. OLE color: 5811419.
HSL color Cylindrical-coordinate representation of color #DBAC58: hue angle of 38.47º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBAC58 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 88 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.14 |
| HSL | 38.47º | 0.65% | 0.6% | - |
| HSV(B) | 38.47º | 0.6% | 0.86% | - |
| XYZ | 45.73 | 45.27 | 15.56 | - |
| YUV | 176.48 | 78.07 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 88 | 0 | 0.21 | 0.60 | 0.14 | 38.47 | 0.65 | 0.6 |
| Hex | DB | AC | 58 | 0 | 15 | 3C | E | 26 | 41 | 3C |
| Octal | 333 | 254 | 130 | 0 | 25 | 74 | 16 | 46 | 101 | 74 |
| Binary | 11011011 | 10101100 | 1011000 | 0 | 10101 | 111100 | 1110 | 100110 | 1000001 | 111100 |
Color Harmonies of #DBAC58
Complementary color
Monochromatic Colors of #DBAC58
Black with #DBAC58
Text Example
Text Example
White with #DBAC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC58; }
p { color: rgb(219,172,88); }
H1.HeaderClassName
{
color: #DBAC58;
}
.AnyTagClassName
{
color: #DBAC58;
}
</style>
background-color css
<style>
a { background-color: #DBAC58; }
a { background-color: rgb(219,172,88); }
div.DivClassName
{
background-color: #DBAC58;
}
.BgClassName
{
background-color: #DBAC58;
}
</style>
border-color css
<style>
span { border-color: #DBAC58; }
span { border-color: rgb(219,172,88); }
td.TdClassName
{
border-color: #DBAC58;
}
.TagClassName
{
border-color: #DBAC58;
}
</style>