Shades of Rob Roy #D9A855
Tints of Rob Roy #D9A855
RGB
CMYK
RGB Variations
Color information
#D9A855 (or 0xD9A855) is known color: Rob Roy. HEX triplet: D9, A8 and 55. RGB value is (217,168,85). Sum of RGB (Red+Green+Blue) = 217+168+85=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A855 is #2657AA. Grayscale: #ADADAD. Windows color (decimal): -2512811 or 5613785. OLE color: 5613785.
HSL color Cylindrical-coordinate representation of color #D9A855: hue angle of 37.73º 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 #D9A855 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 85 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.15 |
| HSL | 37.73º | 0.63% | 0.59% | - |
| HSV(B) | 37.73º | 0.61% | 0.85% | - |
| XYZ | 44.26 | 43.41 | 14.64 | - |
| YUV | 173.19 | 78.23 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 85 | 0 | 0.23 | 0.61 | 0.15 | 37.73 | 0.63 | 0.59 |
| Hex | D9 | A8 | 55 | 0 | 17 | 3D | F | 26 | 3F | 3B |
| Octal | 331 | 250 | 125 | 0 | 27 | 75 | 17 | 46 | 77 | 73 |
| Binary | 11011001 | 10101000 | 1010101 | 0 | 10111 | 111101 | 1111 | 100110 | 111111 | 111011 |
Color Harmonies of #D9A855
Complementary color
Monochromatic Colors of #D9A855
Black with #D9A855
Text Example
Text Example
White with #D9A855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A855; }
p { color: rgb(217,168,85); }
H1.HeaderClassName
{
color: #D9A855;
}
.AnyTagClassName
{
color: #D9A855;
}
</style>
background-color css
<style>
a { background-color: #D9A855; }
a { background-color: rgb(217,168,85); }
div.DivClassName
{
background-color: #D9A855;
}
.BgClassName
{
background-color: #D9A855;
}
</style>
border-color css
<style>
span { border-color: #D9A855; }
span { border-color: rgb(217,168,85); }
td.TdClassName
{
border-color: #D9A855;
}
.TagClassName
{
border-color: #D9A855;
}
</style>