Shades of Rob Roy #D6AB51
Tints of Rob Roy #D6AB51
RGB
CMYK
RGB Variations
Color information
#D6AB51 (or 0xD6AB51) is known color: Rob Roy. HEX triplet: D6, AB and 51. RGB value is (214,171,81). Sum of RGB (Red+Green+Blue) = 214+171+81=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 81 (32.03% from 255 or 17.38% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB51 is #2954AE. Grayscale: #AEAEAE. Windows color (decimal): -2708655 or 5352406. OLE color: 5352406.
HSL color Cylindrical-coordinate representation of color #D6AB51: hue angle of 40.6º degrees, saturation: 0.62, 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 #D6AB51 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 81 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.16 |
| HSL | 40.6º | 0.62% | 0.58% | - |
| HSV(B) | 40.6º | 0.62% | 0.84% | - |
| XYZ | 43.78 | 44.02 | 13.97 | - |
| YUV | 173.6 | 75.75 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 81 | 0 | 0.20 | 0.62 | 0.16 | 40.6 | 0.62 | 0.58 |
| Hex | D6 | AB | 51 | 0 | 14 | 3E | 10 | 29 | 3E | 3A |
| Octal | 326 | 253 | 121 | 0 | 24 | 76 | 20 | 51 | 76 | 72 |
| Binary | 11010110 | 10101011 | 1010001 | 0 | 10100 | 111110 | 10000 | 101001 | 111110 | 111010 |
Color Harmonies of #D6AB51
Complementary color
Monochromatic Colors of #D6AB51
Black with #D6AB51
Text Example
Text Example
White with #D6AB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AB51; }
p { color: rgb(214,171,81); }
H1.HeaderClassName
{
color: #D6AB51;
}
.AnyTagClassName
{
color: #D6AB51;
}
</style>
background-color css
<style>
a { background-color: #D6AB51; }
a { background-color: rgb(214,171,81); }
div.DivClassName
{
background-color: #D6AB51;
}
.BgClassName
{
background-color: #D6AB51;
}
</style>
border-color css
<style>
span { border-color: #D6AB51; }
span { border-color: rgb(214,171,81); }
td.TdClassName
{
border-color: #D6AB51;
}
.TagClassName
{
border-color: #D6AB51;
}
</style>