Shades of Rob Roy #DBB556
Tints of Rob Roy #DBB556
RGB
CMYK
RGB Variations
Color information
#DBB556 (or 0xDBB556) is known color: Rob Roy. HEX triplet: DB, B5 and 56. RGB value is (219,181,86). Sum of RGB (Red+Green+Blue) = 219+181+86=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 86 (33.98% from 255 or 17.70% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB556 is #244AA9. Grayscale: #B5B5B5. Windows color (decimal): -2378410 or 5682651. OLE color: 5682651.
HSL color Cylindrical-coordinate representation of color #DBB556: hue angle of 42.86º 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 #DBB556 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 86 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.14 |
| HSL | 42.86º | 0.65% | 0.6% | - |
| HSV(B) | 42.86º | 0.61% | 0.86% | - |
| XYZ | 47.42 | 48.78 | 15.72 | - |
| YUV | 181.53 | 74.09 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 86 | 0 | 0.17 | 0.61 | 0.14 | 42.86 | 0.65 | 0.6 |
| Hex | DB | B5 | 56 | 0 | 11 | 3D | E | 2B | 41 | 3C |
| Octal | 333 | 265 | 126 | 0 | 21 | 75 | 16 | 53 | 101 | 74 |
| Binary | 11011011 | 10110101 | 1010110 | 0 | 10001 | 111101 | 1110 | 101011 | 1000001 | 111100 |
Color Harmonies of #DBB556
Complementary color
Monochromatic Colors of #DBB556
Black with #DBB556
Text Example
Text Example
White with #DBB556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB556; }
p { color: rgb(219,181,86); }
H1.HeaderClassName
{
color: #DBB556;
}
.AnyTagClassName
{
color: #DBB556;
}
</style>
background-color css
<style>
a { background-color: #DBB556; }
a { background-color: rgb(219,181,86); }
div.DivClassName
{
background-color: #DBB556;
}
.BgClassName
{
background-color: #DBB556;
}
</style>
border-color css
<style>
span { border-color: #DBB556; }
span { border-color: rgb(219,181,86); }
td.TdClassName
{
border-color: #DBB556;
}
.TagClassName
{
border-color: #DBB556;
}
</style>