Shades of Rob Roy #D8A654
Tints of Rob Roy #D8A654
RGB
CMYK
RGB Variations
Color information
#D8A654 (or 0xD8A654) is known color: Rob Roy. HEX triplet: D8, A6 and 54. RGB value is (216,166,84). Sum of RGB (Red+Green+Blue) = 216+166+84=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A654 is #2759AB. Grayscale: #ABABAB. Windows color (decimal): -2578860 or 5547736. OLE color: 5547736.
HSL color Cylindrical-coordinate representation of color #D8A654: hue angle of 37.27º 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 #D8A654 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 166 | 84 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.15 |
| HSL | 37.27º | 0.63% | 0.59% | - |
| HSV(B) | 37.27º | 0.61% | 0.85% | - |
| XYZ | 43.56 | 42.51 | 14.3 | - |
| YUV | 171.6 | 78.57 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 166 | 84 | 0 | 0.23 | 0.61 | 0.15 | 37.27 | 0.63 | 0.59 |
| Hex | D8 | A6 | 54 | 0 | 17 | 3D | F | 25 | 3F | 3B |
| Octal | 330 | 246 | 124 | 0 | 27 | 75 | 17 | 45 | 77 | 73 |
| Binary | 11011000 | 10100110 | 1010100 | 0 | 10111 | 111101 | 1111 | 100101 | 111111 | 111011 |
Color Harmonies of #D8A654
Complementary color
Monochromatic Colors of #D8A654
Black with #D8A654
Text Example
Text Example
White with #D8A654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A654; }
p { color: rgb(216,166,84); }
H1.HeaderClassName
{
color: #D8A654;
}
.AnyTagClassName
{
color: #D8A654;
}
</style>
background-color css
<style>
a { background-color: #D8A654; }
a { background-color: rgb(216,166,84); }
div.DivClassName
{
background-color: #D8A654;
}
.BgClassName
{
background-color: #D8A654;
}
</style>
border-color css
<style>
span { border-color: #D8A654; }
span { border-color: rgb(216,166,84); }
td.TdClassName
{
border-color: #D8A654;
}
.TagClassName
{
border-color: #D8A654;
}
</style>