Shades of Rob Roy #D8AB55
Tints of Rob Roy #D8AB55
RGB
CMYK
RGB Variations
Color information
#D8AB55 (or 0xD8AB55) is known color: Rob Roy. HEX triplet: D8, AB and 55. RGB value is (216,171,85). Sum of RGB (Red+Green+Blue) = 216+171+85=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB55 is #2754AA. Grayscale: #AFAFAF. Windows color (decimal): -2577579 or 5614552. OLE color: 5614552.
HSL color Cylindrical-coordinate representation of color #D8AB55: hue angle of 39.39º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D8AB55 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 85 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.15 |
| HSL | 39.39º | 0.63% | 0.59% | - |
| HSV(B) | 39.39º | 0.61% | 0.85% | - |
| XYZ | 44.52 | 44.38 | 14.81 | - |
| YUV | 174.65 | 77.41 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 85 | 0 | 0.21 | 0.61 | 0.15 | 39.39 | 0.63 | 0.59 |
| Hex | D8 | AB | 55 | 0 | 15 | 3D | F | 27 | 3F | 3B |
| Octal | 330 | 253 | 125 | 0 | 25 | 75 | 17 | 47 | 77 | 73 |
| Binary | 11011000 | 10101011 | 1010101 | 0 | 10101 | 111101 | 1111 | 100111 | 111111 | 111011 |
Color Harmonies of #D8AB55
Complementary color
Monochromatic Colors of #D8AB55
Black with #D8AB55
Text Example
Text Example
White with #D8AB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB55; }
p { color: rgb(216,171,85); }
H1.HeaderClassName
{
color: #D8AB55;
}
.AnyTagClassName
{
color: #D8AB55;
}
</style>
background-color css
<style>
a { background-color: #D8AB55; }
a { background-color: rgb(216,171,85); }
div.DivClassName
{
background-color: #D8AB55;
}
.BgClassName
{
background-color: #D8AB55;
}
</style>
border-color css
<style>
span { border-color: #D8AB55; }
span { border-color: rgb(216,171,85); }
td.TdClassName
{
border-color: #D8AB55;
}
.TagClassName
{
border-color: #D8AB55;
}
</style>