Shades of Rob Roy #DBA754
Tints of Rob Roy #DBA754
RGB
CMYK
RGB Variations
Color information
#DBA754 (or 0xDBA754) is known color: Rob Roy. HEX triplet: DB, A7 and 54. RGB value is (219,167,84). Sum of RGB (Red+Green+Blue) = 219+167+84=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 84 (33.20% from 255 or 17.87% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA754 is #2458AB. Grayscale: #ADADAD. Windows color (decimal): -2381996 or 5547995. OLE color: 5547995.
HSL color Cylindrical-coordinate representation of color #DBA754: hue angle of 36.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBA754 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 84 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.14 |
| HSL | 36.89º | 0.65% | 0.59% | - |
| HSV(B) | 36.89º | 0.62% | 0.86% | - |
| XYZ | 44.63 | 43.34 | 14.4 | - |
| YUV | 173.09 | 77.73 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 84 | 0 | 0.24 | 0.62 | 0.14 | 36.89 | 0.65 | 0.59 |
| Hex | DB | A7 | 54 | 0 | 18 | 3E | E | 25 | 41 | 3B |
| Octal | 333 | 247 | 124 | 0 | 30 | 76 | 16 | 45 | 101 | 73 |
| Binary | 11011011 | 10100111 | 1010100 | 0 | 11000 | 111110 | 1110 | 100101 | 1000001 | 111011 |
Color Harmonies of #DBA754
Complementary color
Monochromatic Colors of #DBA754
Black with #DBA754
Text Example
Text Example
White with #DBA754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA754; }
p { color: rgb(219,167,84); }
H1.HeaderClassName
{
color: #DBA754;
}
.AnyTagClassName
{
color: #DBA754;
}
</style>
background-color css
<style>
a { background-color: #DBA754; }
a { background-color: rgb(219,167,84); }
div.DivClassName
{
background-color: #DBA754;
}
.BgClassName
{
background-color: #DBA754;
}
</style>
border-color css
<style>
span { border-color: #DBA754; }
span { border-color: rgb(219,167,84); }
td.TdClassName
{
border-color: #DBA754;
}
.TagClassName
{
border-color: #DBA754;
}
</style>