Shades of Rob Roy #D9AA55
Tints of Rob Roy #D9AA55
RGB
CMYK
RGB Variations
Color information
#D9AA55 (or 0xD9AA55) is known color: Rob Roy. HEX triplet: D9, AA and 55. RGB value is (217,170,85). Sum of RGB (Red+Green+Blue) = 217+170+85=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AA55 is #2655AA. Grayscale: #AEAEAE. Windows color (decimal): -2512299 or 5614297. OLE color: 5614297.
HSL color Cylindrical-coordinate representation of color #D9AA55: hue angle of 38.64º 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 #D9AA55 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 170 | 85 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.15 |
| HSL | 38.64º | 0.63% | 0.59% | - |
| HSV(B) | 38.64º | 0.61% | 0.85% | - |
| XYZ | 44.63 | 44.16 | 14.77 | - |
| YUV | 174.36 | 77.57 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 85 | 0 | 0.22 | 0.61 | 0.15 | 38.64 | 0.63 | 0.59 |
| Hex | D9 | AA | 55 | 0 | 16 | 3D | F | 27 | 3F | 3B |
| Octal | 331 | 252 | 125 | 0 | 26 | 75 | 17 | 47 | 77 | 73 |
| Binary | 11011001 | 10101010 | 1010101 | 0 | 10110 | 111101 | 1111 | 100111 | 111111 | 111011 |
Color Harmonies of #D9AA55
Complementary color
Monochromatic Colors of #D9AA55
Black with #D9AA55
Text Example
Text Example
White with #D9AA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AA55; }
p { color: rgb(217,170,85); }
H1.HeaderClassName
{
color: #D9AA55;
}
.AnyTagClassName
{
color: #D9AA55;
}
</style>
background-color css
<style>
a { background-color: #D9AA55; }
a { background-color: rgb(217,170,85); }
div.DivClassName
{
background-color: #D9AA55;
}
.BgClassName
{
background-color: #D9AA55;
}
</style>
border-color css
<style>
span { border-color: #D9AA55; }
span { border-color: rgb(217,170,85); }
td.TdClassName
{
border-color: #D9AA55;
}
.TagClassName
{
border-color: #D9AA55;
}
</style>