Shades of Rob Roy #D8AC55
Tints of Rob Roy #D8AC55
RGB
CMYK
RGB Variations
Color information
#D8AC55 (or 0xD8AC55) is known color: Rob Roy. HEX triplet: D8, AC and 55. RGB value is (216,172,85). Sum of RGB (Red+Green+Blue) = 216+172+85=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 85 (33.59% from 255 or 17.97% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC55 is #2753AA. Grayscale: #AFAFAF. Windows color (decimal): -2577323 or 5614808. OLE color: 5614808.
HSL color Cylindrical-coordinate representation of color #D8AC55: hue angle of 39.85º 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 #D8AC55 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 85 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.15 |
| HSL | 39.85º | 0.63% | 0.59% | - |
| HSV(B) | 39.85º | 0.61% | 0.85% | - |
| XYZ | 44.71 | 44.76 | 14.88 | - |
| YUV | 175.24 | 77.08 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 85 | 0 | 0.20 | 0.61 | 0.15 | 39.85 | 0.63 | 0.59 |
| Hex | D8 | AC | 55 | 0 | 14 | 3D | F | 28 | 3F | 3B |
| Octal | 330 | 254 | 125 | 0 | 24 | 75 | 17 | 50 | 77 | 73 |
| Binary | 11011000 | 10101100 | 1010101 | 0 | 10100 | 111101 | 1111 | 101000 | 111111 | 111011 |
Color Harmonies of #D8AC55
Complementary color
Monochromatic Colors of #D8AC55
Black with #D8AC55
Text Example
Text Example
White with #D8AC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AC55; }
p { color: rgb(216,172,85); }
H1.HeaderClassName
{
color: #D8AC55;
}
.AnyTagClassName
{
color: #D8AC55;
}
</style>
background-color css
<style>
a { background-color: #D8AC55; }
a { background-color: rgb(216,172,85); }
div.DivClassName
{
background-color: #D8AC55;
}
.BgClassName
{
background-color: #D8AC55;
}
</style>
border-color css
<style>
span { border-color: #D8AC55; }
span { border-color: rgb(216,172,85); }
td.TdClassName
{
border-color: #D8AC55;
}
.TagClassName
{
border-color: #D8AC55;
}
</style>