Shades of Rob Roy #D5AA51
Tints of Rob Roy #D5AA51
RGB
CMYK
RGB Variations
Color information
#D5AA51 (or 0xD5AA51) is known color: Rob Roy. HEX triplet: D5, AA and 51. RGB value is (213,170,81). Sum of RGB (Red+Green+Blue) = 213+170+81=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AA51 is #2A55AE. Grayscale: #ADADAD. Windows color (decimal): -2774447 or 5352149. OLE color: 5352149.
HSL color Cylindrical-coordinate representation of color #D5AA51: hue angle of 40.45º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5AA51 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 170 | 81 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.16 |
| HSL | 40.45º | 0.61% | 0.58% | - |
| HSV(B) | 40.45º | 0.62% | 0.84% | - |
| XYZ | 43.3 | 43.49 | 13.9 | - |
| YUV | 172.71 | 76.25 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 81 | 0 | 0.20 | 0.62 | 0.16 | 40.45 | 0.61 | 0.58 |
| Hex | D5 | AA | 51 | 0 | 14 | 3E | 10 | 28 | 3D | 3A |
| Octal | 325 | 252 | 121 | 0 | 24 | 76 | 20 | 50 | 75 | 72 |
| Binary | 11010101 | 10101010 | 1010001 | 0 | 10100 | 111110 | 10000 | 101000 | 111101 | 111010 |
Color Harmonies of #D5AA51
Complementary color
Monochromatic Colors of #D5AA51
Black with #D5AA51
Text Example
Text Example
White with #D5AA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AA51; }
p { color: rgb(213,170,81); }
H1.HeaderClassName
{
color: #D5AA51;
}
.AnyTagClassName
{
color: #D5AA51;
}
</style>
background-color css
<style>
a { background-color: #D5AA51; }
a { background-color: rgb(213,170,81); }
div.DivClassName
{
background-color: #D5AA51;
}
.BgClassName
{
background-color: #D5AA51;
}
</style>
border-color css
<style>
span { border-color: #D5AA51; }
span { border-color: rgb(213,170,81); }
td.TdClassName
{
border-color: #D5AA51;
}
.TagClassName
{
border-color: #D5AA51;
}
</style>