Shades of Rob Roy #DBA555
Tints of Rob Roy #DBA555
RGB
CMYK
RGB Variations
Color information
#DBA555 (or 0xDBA555) is known color: Rob Roy. HEX triplet: DB, A5 and 55. RGB value is (219,165,85). Sum of RGB (Red+Green+Blue) = 219+165+85=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA555 is #245AAA. Grayscale: #ACACAC. Windows color (decimal): -2382507 or 5613019. OLE color: 5613019.
HSL color Cylindrical-coordinate representation of color #DBA555: hue angle of 35.82º 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 #DBA555 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 85 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.14 |
| HSL | 35.82º | 0.65% | 0.6% | - |
| HSV(B) | 35.82º | 0.61% | 0.86% | - |
| XYZ | 44.31 | 42.63 | 14.49 | - |
| YUV | 172.03 | 78.89 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 85 | 0 | 0.25 | 0.61 | 0.14 | 35.82 | 0.65 | 0.6 |
| Hex | DB | A5 | 55 | 0 | 19 | 3D | E | 24 | 41 | 3C |
| Octal | 333 | 245 | 125 | 0 | 31 | 75 | 16 | 44 | 101 | 74 |
| Binary | 11011011 | 10100101 | 1010101 | 0 | 11001 | 111101 | 1110 | 100100 | 1000001 | 111100 |
Color Harmonies of #DBA555
Complementary color
Monochromatic Colors of #DBA555
Black with #DBA555
Text Example
Text Example
White with #DBA555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA555; }
p { color: rgb(219,165,85); }
H1.HeaderClassName
{
color: #DBA555;
}
.AnyTagClassName
{
color: #DBA555;
}
</style>
background-color css
<style>
a { background-color: #DBA555; }
a { background-color: rgb(219,165,85); }
div.DivClassName
{
background-color: #DBA555;
}
.BgClassName
{
background-color: #DBA555;
}
</style>
border-color css
<style>
span { border-color: #DBA555; }
span { border-color: rgb(219,165,85); }
td.TdClassName
{
border-color: #DBA555;
}
.TagClassName
{
border-color: #DBA555;
}
</style>