Shades of Rob Roy #D9AF59
Tints of Rob Roy #D9AF59
RGB
CMYK
RGB Variations
Color information
#D9AF59 (or 0xD9AF59) is known color: Rob Roy. HEX triplet: D9, AF and 59. RGB value is (217,175,89). Sum of RGB (Red+Green+Blue) = 217+175+89=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 89 (35.16% from 255 or 18.50% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF59 is #2650A6. Grayscale: #B2B2B2. Windows color (decimal): -2511015 or 5877721. OLE color: 5877721.
HSL color Cylindrical-coordinate representation of color #D9AF59: hue angle of 40.31º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9AF59 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 89 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.15 |
| HSL | 40.31º | 0.63% | 0.6% | - |
| HSV(B) | 40.31º | 0.59% | 0.85% | - |
| XYZ | 45.75 | 46.13 | 15.94 | - |
| YUV | 177.75 | 77.91 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 89 | 0 | 0.19 | 0.59 | 0.15 | 40.31 | 0.63 | 0.6 |
| Hex | D9 | AF | 59 | 0 | 13 | 3B | F | 28 | 3F | 3C |
| Octal | 331 | 257 | 131 | 0 | 23 | 73 | 17 | 50 | 77 | 74 |
| Binary | 11011001 | 10101111 | 1011001 | 0 | 10011 | 111011 | 1111 | 101000 | 111111 | 111100 |
Color Harmonies of #D9AF59
Complementary color
Monochromatic Colors of #D9AF59
Black with #D9AF59
Text Example
Text Example
White with #D9AF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF59; }
p { color: rgb(217,175,89); }
H1.HeaderClassName
{
color: #D9AF59;
}
.AnyTagClassName
{
color: #D9AF59;
}
</style>
background-color css
<style>
a { background-color: #D9AF59; }
a { background-color: rgb(217,175,89); }
div.DivClassName
{
background-color: #D9AF59;
}
.BgClassName
{
background-color: #D9AF59;
}
</style>
border-color css
<style>
span { border-color: #D9AF59; }
span { border-color: rgb(217,175,89); }
td.TdClassName
{
border-color: #D9AF59;
}
.TagClassName
{
border-color: #D9AF59;
}
</style>