Shades of Rob Roy #D9AF57
Tints of Rob Roy #D9AF57
RGB
CMYK
RGB Variations
Color information
#D9AF57 (or 0xD9AF57) is known color: Rob Roy. HEX triplet: D9, AF and 57. RGB value is (217,175,87). Sum of RGB (Red+Green+Blue) = 217+175+87=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 87 (34.38% from 255 or 18.16% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF57 is #2650A8. Grayscale: #B1B1B1. Windows color (decimal): -2511017 or 5746649. OLE color: 5746649.
HSL color Cylindrical-coordinate representation of color #D9AF57: hue angle of 40.62º 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 #D9AF57 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 87 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.15 |
| HSL | 40.62º | 0.63% | 0.6% | - |
| HSV(B) | 40.62º | 0.6% | 0.85% | - |
| XYZ | 45.67 | 46.1 | 15.51 | - |
| YUV | 177.53 | 76.91 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 87 | 0 | 0.19 | 0.60 | 0.15 | 40.62 | 0.63 | 0.6 |
| Hex | D9 | AF | 57 | 0 | 13 | 3C | F | 29 | 3F | 3C |
| Octal | 331 | 257 | 127 | 0 | 23 | 74 | 17 | 51 | 77 | 74 |
| Binary | 11011001 | 10101111 | 1010111 | 0 | 10011 | 111100 | 1111 | 101001 | 111111 | 111100 |
Color Harmonies of #D9AF57
Complementary color
Monochromatic Colors of #D9AF57
Black with #D9AF57
Text Example
Text Example
White with #D9AF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF57; }
p { color: rgb(217,175,87); }
H1.HeaderClassName
{
color: #D9AF57;
}
.AnyTagClassName
{
color: #D9AF57;
}
</style>
background-color css
<style>
a { background-color: #D9AF57; }
a { background-color: rgb(217,175,87); }
div.DivClassName
{
background-color: #D9AF57;
}
.BgClassName
{
background-color: #D9AF57;
}
</style>
border-color css
<style>
span { border-color: #D9AF57; }
span { border-color: rgb(217,175,87); }
td.TdClassName
{
border-color: #D9AF57;
}
.TagClassName
{
border-color: #D9AF57;
}
</style>