Shades of Rob Roy #DBB551
Tints of Rob Roy #DBB551
RGB
CMYK
RGB Variations
Color information
#DBB551 (or 0xDBB551) is known color: Rob Roy. HEX triplet: DB, B5 and 51. RGB value is (219,181,81). Sum of RGB (Red+Green+Blue) = 219+181+81=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 81 (32.03% from 255 or 16.84% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB551 is #244AAE. Grayscale: #B5B5B5. Windows color (decimal): -2378415 or 5354971. OLE color: 5354971.
HSL color Cylindrical-coordinate representation of color #DBB551: hue angle of 43.48º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBB551 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 81 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.14 |
| HSL | 43.48º | 0.66% | 0.59% | - |
| HSV(B) | 43.48º | 0.63% | 0.86% | - |
| XYZ | 47.22 | 48.7 | 14.7 | - |
| YUV | 180.96 | 71.59 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 81 | 0 | 0.17 | 0.63 | 0.14 | 43.48 | 0.66 | 0.59 |
| Hex | DB | B5 | 51 | 0 | 11 | 3F | E | 2B | 42 | 3B |
| Octal | 333 | 265 | 121 | 0 | 21 | 77 | 16 | 53 | 102 | 73 |
| Binary | 11011011 | 10110101 | 1010001 | 0 | 10001 | 111111 | 1110 | 101011 | 1000010 | 111011 |
Color Harmonies of #DBB551
Complementary color
Monochromatic Colors of #DBB551
Black with #DBB551
Text Example
Text Example
White with #DBB551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB551; }
p { color: rgb(219,181,81); }
H1.HeaderClassName
{
color: #DBB551;
}
.AnyTagClassName
{
color: #DBB551;
}
</style>
background-color css
<style>
a { background-color: #DBB551; }
a { background-color: rgb(219,181,81); }
div.DivClassName
{
background-color: #DBB551;
}
.BgClassName
{
background-color: #DBB551;
}
</style>
border-color css
<style>
span { border-color: #DBB551; }
span { border-color: rgb(219,181,81); }
td.TdClassName
{
border-color: #DBB551;
}
.TagClassName
{
border-color: #DBB551;
}
</style>