Shades of Rob Roy #D9AB57
Tints of Rob Roy #D9AB57
RGB
CMYK
RGB Variations
Color information
#D9AB57 (or 0xD9AB57) is known color: Rob Roy. HEX triplet: D9, AB and 57. RGB value is (217,171,87). Sum of RGB (Red+Green+Blue) = 217+171+87=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 87 (34.38% from 255 or 18.32% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB57 is #2654A8. Grayscale: #AFAFAF. Windows color (decimal): -2512041 or 5745625. OLE color: 5745625.
HSL color Cylindrical-coordinate representation of color #D9AB57: hue angle of 38.77º 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 #D9AB57 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 87 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.15 |
| HSL | 38.77º | 0.63% | 0.6% | - |
| HSV(B) | 38.77º | 0.6% | 0.85% | - |
| XYZ | 44.9 | 44.57 | 15.25 | - |
| YUV | 175.18 | 78.24 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 87 | 0 | 0.21 | 0.60 | 0.15 | 38.77 | 0.63 | 0.6 |
| Hex | D9 | AB | 57 | 0 | 15 | 3C | F | 27 | 3F | 3C |
| Octal | 331 | 253 | 127 | 0 | 25 | 74 | 17 | 47 | 77 | 74 |
| Binary | 11011001 | 10101011 | 1010111 | 0 | 10101 | 111100 | 1111 | 100111 | 111111 | 111100 |
Color Harmonies of #D9AB57
Complementary color
Monochromatic Colors of #D9AB57
Black with #D9AB57
Text Example
Text Example
White with #D9AB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB57; }
p { color: rgb(217,171,87); }
H1.HeaderClassName
{
color: #D9AB57;
}
.AnyTagClassName
{
color: #D9AB57;
}
</style>
background-color css
<style>
a { background-color: #D9AB57; }
a { background-color: rgb(217,171,87); }
div.DivClassName
{
background-color: #D9AB57;
}
.BgClassName
{
background-color: #D9AB57;
}
</style>
border-color css
<style>
span { border-color: #D9AB57; }
span { border-color: rgb(217,171,87); }
td.TdClassName
{
border-color: #D9AB57;
}
.TagClassName
{
border-color: #D9AB57;
}
</style>