Shades of Rob Roy #D9AD57
Tints of Rob Roy #D9AD57
RGB
CMYK
RGB Variations
Color information
#D9AD57 (or 0xD9AD57) is known color: Rob Roy. HEX triplet: D9, AD and 57. RGB value is (217,173,87). Sum of RGB (Red+Green+Blue) = 217+173+87=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 87 (34.38% from 255 or 18.24% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD57 is #2652A8. Grayscale: #B0B0B0. Windows color (decimal): -2511529 or 5746137. OLE color: 5746137.
HSL color Cylindrical-coordinate representation of color #D9AD57: hue angle of 39.69º 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 #D9AD57 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 87 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.15 |
| HSL | 39.69º | 0.63% | 0.6% | - |
| HSV(B) | 39.69º | 0.6% | 0.85% | - |
| XYZ | 45.28 | 45.33 | 15.38 | - |
| YUV | 176.35 | 77.58 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 87 | 0 | 0.20 | 0.60 | 0.15 | 39.69 | 0.63 | 0.6 |
| Hex | D9 | AD | 57 | 0 | 14 | 3C | F | 28 | 3F | 3C |
| Octal | 331 | 255 | 127 | 0 | 24 | 74 | 17 | 50 | 77 | 74 |
| Binary | 11011001 | 10101101 | 1010111 | 0 | 10100 | 111100 | 1111 | 101000 | 111111 | 111100 |
Color Harmonies of #D9AD57
Complementary color
Monochromatic Colors of #D9AD57
Black with #D9AD57
Text Example
Text Example
White with #D9AD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD57; }
p { color: rgb(217,173,87); }
H1.HeaderClassName
{
color: #D9AD57;
}
.AnyTagClassName
{
color: #D9AD57;
}
</style>
background-color css
<style>
a { background-color: #D9AD57; }
a { background-color: rgb(217,173,87); }
div.DivClassName
{
background-color: #D9AD57;
}
.BgClassName
{
background-color: #D9AD57;
}
</style>
border-color css
<style>
span { border-color: #D9AD57; }
span { border-color: rgb(217,173,87); }
td.TdClassName
{
border-color: #D9AD57;
}
.TagClassName
{
border-color: #D9AD57;
}
</style>