Shades of Rob Roy #D9AF55
Tints of Rob Roy #D9AF55
RGB
CMYK
RGB Variations
Color information
#D9AF55 (or 0xD9AF55) is known color: Rob Roy. HEX triplet: D9, AF and 55. RGB value is (217,175,85). Sum of RGB (Red+Green+Blue) = 217+175+85=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF55 is #2650AA. Grayscale: #B1B1B1. Windows color (decimal): -2511019 or 5615577. OLE color: 5615577.
HSL color Cylindrical-coordinate representation of color #D9AF55: hue angle of 40.91º 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 #D9AF55 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 85 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.15 |
| HSL | 40.91º | 0.63% | 0.59% | - |
| HSV(B) | 40.91º | 0.61% | 0.85% | - |
| XYZ | 45.58 | 46.07 | 15.08 | - |
| YUV | 177.3 | 75.91 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 85 | 0 | 0.19 | 0.61 | 0.15 | 40.91 | 0.63 | 0.59 |
| Hex | D9 | AF | 55 | 0 | 13 | 3D | F | 29 | 3F | 3B |
| Octal | 331 | 257 | 125 | 0 | 23 | 75 | 17 | 51 | 77 | 73 |
| Binary | 11011001 | 10101111 | 1010101 | 0 | 10011 | 111101 | 1111 | 101001 | 111111 | 111011 |
Color Harmonies of #D9AF55
Complementary color
Monochromatic Colors of #D9AF55
Black with #D9AF55
Text Example
Text Example
White with #D9AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF55; }
p { color: rgb(217,175,85); }
H1.HeaderClassName
{
color: #D9AF55;
}
.AnyTagClassName
{
color: #D9AF55;
}
</style>
background-color css
<style>
a { background-color: #D9AF55; }
a { background-color: rgb(217,175,85); }
div.DivClassName
{
background-color: #D9AF55;
}
.BgClassName
{
background-color: #D9AF55;
}
</style>
border-color css
<style>
span { border-color: #D9AF55; }
span { border-color: rgb(217,175,85); }
td.TdClassName
{
border-color: #D9AF55;
}
.TagClassName
{
border-color: #D9AF55;
}
</style>