Shades of Rob Roy #DBAC55
Tints of Rob Roy #DBAC55
RGB
CMYK
RGB Variations
Color information
#DBAC55 (or 0xDBAC55) is known color: Rob Roy. HEX triplet: DB, AC and 55. RGB value is (219,172,85). Sum of RGB (Red+Green+Blue) = 219+172+85=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC55 is #2453AA. Grayscale: #B0B0B0. Windows color (decimal): -2380715 or 5614811. OLE color: 5614811.
HSL color Cylindrical-coordinate representation of color #DBAC55: hue angle of 38.96º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBAC55 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 85 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.14 |
| HSL | 38.96º | 0.65% | 0.6% | - |
| HSV(B) | 38.96º | 0.61% | 0.86% | - |
| XYZ | 45.61 | 45.22 | 14.92 | - |
| YUV | 176.14 | 76.57 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 85 | 0 | 0.21 | 0.61 | 0.14 | 38.96 | 0.65 | 0.6 |
| Hex | DB | AC | 55 | 0 | 15 | 3D | E | 27 | 41 | 3C |
| Octal | 333 | 254 | 125 | 0 | 25 | 75 | 16 | 47 | 101 | 74 |
| Binary | 11011011 | 10101100 | 1010101 | 0 | 10101 | 111101 | 1110 | 100111 | 1000001 | 111100 |
Color Harmonies of #DBAC55
Complementary color
Monochromatic Colors of #DBAC55
Black with #DBAC55
Text Example
Text Example
White with #DBAC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC55; }
p { color: rgb(219,172,85); }
H1.HeaderClassName
{
color: #DBAC55;
}
.AnyTagClassName
{
color: #DBAC55;
}
</style>
background-color css
<style>
a { background-color: #DBAC55; }
a { background-color: rgb(219,172,85); }
div.DivClassName
{
background-color: #DBAC55;
}
.BgClassName
{
background-color: #DBAC55;
}
</style>
border-color css
<style>
span { border-color: #DBAC55; }
span { border-color: rgb(219,172,85); }
td.TdClassName
{
border-color: #DBAC55;
}
.TagClassName
{
border-color: #DBAC55;
}
</style>