Shades of Rob Roy #DBA751
Tints of Rob Roy #DBA751
RGB
CMYK
RGB Variations
Color information
#DBA751 (or 0xDBA751) is known color: Rob Roy. HEX triplet: DB, A7 and 51. RGB value is (219,167,81). Sum of RGB (Red+Green+Blue) = 219+167+81=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 81 (32.03% from 255 or 17.34% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA751 is #2458AE. Grayscale: #ADADAD. Windows color (decimal): -2381999 or 5351387. OLE color: 5351387.
HSL color Cylindrical-coordinate representation of color #DBA751: hue angle of 37.39º 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 #DBA751 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 81 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.14 |
| HSL | 37.39º | 0.66% | 0.59% | - |
| HSV(B) | 37.39º | 0.63% | 0.86% | - |
| XYZ | 44.52 | 43.29 | 13.79 | - |
| YUV | 172.74 | 76.23 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 81 | 0 | 0.24 | 0.63 | 0.14 | 37.39 | 0.66 | 0.59 |
| Hex | DB | A7 | 51 | 0 | 18 | 3F | E | 25 | 42 | 3B |
| Octal | 333 | 247 | 121 | 0 | 30 | 77 | 16 | 45 | 102 | 73 |
| Binary | 11011011 | 10100111 | 1010001 | 0 | 11000 | 111111 | 1110 | 100101 | 1000010 | 111011 |
Color Harmonies of #DBA751
Complementary color
Monochromatic Colors of #DBA751
Black with #DBA751
Text Example
Text Example
White with #DBA751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA751; }
p { color: rgb(219,167,81); }
H1.HeaderClassName
{
color: #DBA751;
}
.AnyTagClassName
{
color: #DBA751;
}
</style>
background-color css
<style>
a { background-color: #DBA751; }
a { background-color: rgb(219,167,81); }
div.DivClassName
{
background-color: #DBA751;
}
.BgClassName
{
background-color: #DBA751;
}
</style>
border-color css
<style>
span { border-color: #DBA751; }
span { border-color: rgb(219,167,81); }
td.TdClassName
{
border-color: #DBA751;
}
.TagClassName
{
border-color: #DBA751;
}
</style>