Shades of Rob Roy #D6AB55
Tints of Rob Roy #D6AB55
RGB
CMYK
RGB Variations
Color information
#D6AB55 (or 0xD6AB55) is known color: Rob Roy. HEX triplet: D6, AB and 55. RGB value is (214,171,85). Sum of RGB (Red+Green+Blue) = 214+171+85=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB55 is #2954AA. Grayscale: #AEAEAE. Windows color (decimal): -2708651 or 5614550. OLE color: 5614550.
HSL color Cylindrical-coordinate representation of color #D6AB55: hue angle of 40º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6AB55 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 85 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.16 |
| HSL | 40º | 0.61% | 0.59% | - |
| HSV(B) | 40º | 0.6% | 0.84% | - |
| XYZ | 43.93 | 44.08 | 14.79 | - |
| YUV | 174.05 | 77.75 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 85 | 0 | 0.20 | 0.60 | 0.16 | 40 | 0.61 | 0.59 |
| Hex | D6 | AB | 55 | 0 | 14 | 3C | 10 | 28 | 3D | 3B |
| Octal | 326 | 253 | 125 | 0 | 24 | 74 | 20 | 50 | 75 | 73 |
| Binary | 11010110 | 10101011 | 1010101 | 0 | 10100 | 111100 | 10000 | 101000 | 111101 | 111011 |
Color Harmonies of #D6AB55
Complementary color
Monochromatic Colors of #D6AB55
Black with #D6AB55
Text Example
Text Example
White with #D6AB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AB55; }
p { color: rgb(214,171,85); }
H1.HeaderClassName
{
color: #D6AB55;
}
.AnyTagClassName
{
color: #D6AB55;
}
</style>
background-color css
<style>
a { background-color: #D6AB55; }
a { background-color: rgb(214,171,85); }
div.DivClassName
{
background-color: #D6AB55;
}
.BgClassName
{
background-color: #D6AB55;
}
</style>
border-color css
<style>
span { border-color: #D6AB55; }
span { border-color: rgb(214,171,85); }
td.TdClassName
{
border-color: #D6AB55;
}
.TagClassName
{
border-color: #D6AB55;
}
</style>