Shades of Rob Roy #D9A657
Tints of Rob Roy #D9A657
RGB
CMYK
RGB Variations
Color information
#D9A657 (or 0xD9A657) is known color: Rob Roy. HEX triplet: D9, A6 and 57. RGB value is (217,166,87). Sum of RGB (Red+Green+Blue) = 217+166+87=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 87 (34.38% from 255 or 18.51% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A657 is #2659A8. Grayscale: #ACACAC. Windows color (decimal): -2513321 or 5744345. OLE color: 5744345.
HSL color Cylindrical-coordinate representation of color #D9A657: hue angle of 36.46º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9A657 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 166 | 87 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.15 |
| HSL | 36.46º | 0.63% | 0.6% | - |
| HSV(B) | 36.46º | 0.6% | 0.85% | - |
| XYZ | 43.97 | 42.71 | 14.94 | - |
| YUV | 172.24 | 79.9 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 87 | 0 | 0.24 | 0.60 | 0.15 | 36.46 | 0.63 | 0.6 |
| Hex | D9 | A6 | 57 | 0 | 18 | 3C | F | 24 | 3F | 3C |
| Octal | 331 | 246 | 127 | 0 | 30 | 74 | 17 | 44 | 77 | 74 |
| Binary | 11011001 | 10100110 | 1010111 | 0 | 11000 | 111100 | 1111 | 100100 | 111111 | 111100 |
Color Harmonies of #D9A657
Complementary color
Monochromatic Colors of #D9A657
Black with #D9A657
Text Example
Text Example
White with #D9A657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A657; }
p { color: rgb(217,166,87); }
H1.HeaderClassName
{
color: #D9A657;
}
.AnyTagClassName
{
color: #D9A657;
}
</style>
background-color css
<style>
a { background-color: #D9A657; }
a { background-color: rgb(217,166,87); }
div.DivClassName
{
background-color: #D9A657;
}
.BgClassName
{
background-color: #D9A657;
}
</style>
border-color css
<style>
span { border-color: #D9A657; }
span { border-color: rgb(217,166,87); }
td.TdClassName
{
border-color: #D9A657;
}
.TagClassName
{
border-color: #D9A657;
}
</style>