Shades of Rob Roy #D8A151
Tints of Rob Roy #D8A151
RGB
CMYK
RGB Variations
Color information
#D8A151 (or 0xD8A151) is known color: Rob Roy. HEX triplet: D8, A1 and 51. RGB value is (216,161,81). Sum of RGB (Red+Green+Blue) = 216+161+81=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 81 (32.03% from 255 or 17.69% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A151 is #275EAE. Grayscale: #A8A8A8. Windows color (decimal): -2580143 or 5349848. OLE color: 5349848.
HSL color Cylindrical-coordinate representation of color #D8A151: hue angle of 35.56º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8A151 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 161 | 81 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.15 |
| HSL | 35.56º | 0.63% | 0.58% | - |
| HSV(B) | 35.56º | 0.63% | 0.85% | - |
| XYZ | 42.55 | 40.68 | 13.39 | - |
| YUV | 168.33 | 78.72 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 161 | 81 | 0 | 0.25 | 0.62 | 0.15 | 35.56 | 0.63 | 0.58 |
| Hex | D8 | A1 | 51 | 0 | 19 | 3E | F | 24 | 3F | 3A |
| Octal | 330 | 241 | 121 | 0 | 31 | 76 | 17 | 44 | 77 | 72 |
| Binary | 11011000 | 10100001 | 1010001 | 0 | 11001 | 111110 | 1111 | 100100 | 111111 | 111010 |
Color Harmonies of #D8A151
Complementary color
Monochromatic Colors of #D8A151
Black with #D8A151
Text Example
Text Example
White with #D8A151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A151; }
p { color: rgb(216,161,81); }
H1.HeaderClassName
{
color: #D8A151;
}
.AnyTagClassName
{
color: #D8A151;
}
</style>
background-color css
<style>
a { background-color: #D8A151; }
a { background-color: rgb(216,161,81); }
div.DivClassName
{
background-color: #D8A151;
}
.BgClassName
{
background-color: #D8A151;
}
</style>
border-color css
<style>
span { border-color: #D8A151; }
span { border-color: rgb(216,161,81); }
td.TdClassName
{
border-color: #D8A151;
}
.TagClassName
{
border-color: #D8A151;
}
</style>