Shades of Rob Roy #D8AB54
Tints of Rob Roy #D8AB54
RGB
CMYK
RGB Variations
Color information
#D8AB54 (or 0xD8AB54) is known color: Rob Roy. HEX triplet: D8, AB and 54. RGB value is (216,171,84). Sum of RGB (Red+Green+Blue) = 216+171+84=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 84 (33.20% from 255 or 17.83% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB54 is #2754AB. Grayscale: #AEAEAE. Windows color (decimal): -2577580 or 5549016. OLE color: 5549016.
HSL color Cylindrical-coordinate representation of color #D8AB54: hue angle of 39.55º 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 #D8AB54 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 84 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.15 |
| HSL | 39.55º | 0.63% | 0.59% | - |
| HSV(B) | 39.55º | 0.61% | 0.85% | - |
| XYZ | 44.48 | 44.36 | 14.61 | - |
| YUV | 174.54 | 76.91 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 84 | 0 | 0.21 | 0.61 | 0.15 | 39.55 | 0.63 | 0.59 |
| Hex | D8 | AB | 54 | 0 | 15 | 3D | F | 28 | 3F | 3B |
| Octal | 330 | 253 | 124 | 0 | 25 | 75 | 17 | 50 | 77 | 73 |
| Binary | 11011000 | 10101011 | 1010100 | 0 | 10101 | 111101 | 1111 | 101000 | 111111 | 111011 |
Color Harmonies of #D8AB54
Complementary color
Monochromatic Colors of #D8AB54
Black with #D8AB54
Text Example
Text Example
White with #D8AB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB54; }
p { color: rgb(216,171,84); }
H1.HeaderClassName
{
color: #D8AB54;
}
.AnyTagClassName
{
color: #D8AB54;
}
</style>
background-color css
<style>
a { background-color: #D8AB54; }
a { background-color: rgb(216,171,84); }
div.DivClassName
{
background-color: #D8AB54;
}
.BgClassName
{
background-color: #D8AB54;
}
</style>
border-color css
<style>
span { border-color: #D8AB54; }
span { border-color: rgb(216,171,84); }
td.TdClassName
{
border-color: #D8AB54;
}
.TagClassName
{
border-color: #D8AB54;
}
</style>