Shades of Rob Roy #DBA556
Tints of Rob Roy #DBA556
RGB
CMYK
RGB Variations
Color information
#DBA556 (or 0xDBA556) is known color: Rob Roy. HEX triplet: DB, A5 and 56. RGB value is (219,165,86). Sum of RGB (Red+Green+Blue) = 219+165+86=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA556 is #245AA9. Grayscale: #ACACAC. Windows color (decimal): -2382506 or 5678555. OLE color: 5678555.
HSL color Cylindrical-coordinate representation of color #DBA556: hue angle of 35.64º 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 #DBA556 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 86 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.14 |
| HSL | 35.64º | 0.65% | 0.6% | - |
| HSV(B) | 35.64º | 0.61% | 0.86% | - |
| XYZ | 44.35 | 42.64 | 14.7 | - |
| YUV | 172.14 | 79.39 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 86 | 0 | 0.25 | 0.61 | 0.14 | 35.64 | 0.65 | 0.6 |
| Hex | DB | A5 | 56 | 0 | 19 | 3D | E | 24 | 41 | 3C |
| Octal | 333 | 245 | 126 | 0 | 31 | 75 | 16 | 44 | 101 | 74 |
| Binary | 11011011 | 10100101 | 1010110 | 0 | 11001 | 111101 | 1110 | 100100 | 1000001 | 111100 |
Color Harmonies of #DBA556
Complementary color
Monochromatic Colors of #DBA556
Black with #DBA556
Text Example
Text Example
White with #DBA556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA556; }
p { color: rgb(219,165,86); }
H1.HeaderClassName
{
color: #DBA556;
}
.AnyTagClassName
{
color: #DBA556;
}
</style>
background-color css
<style>
a { background-color: #DBA556; }
a { background-color: rgb(219,165,86); }
div.DivClassName
{
background-color: #DBA556;
}
.BgClassName
{
background-color: #DBA556;
}
</style>
border-color css
<style>
span { border-color: #DBA556; }
span { border-color: rgb(219,165,86); }
td.TdClassName
{
border-color: #DBA556;
}
.TagClassName
{
border-color: #DBA556;
}
</style>