Shades of Rob Roy #D9AF53
Tints of Rob Roy #D9AF53
RGB
CMYK
RGB Variations
Color information
#D9AF53 (or 0xD9AF53) is known color: Rob Roy. HEX triplet: D9, AF and 53. RGB value is (217,175,83). Sum of RGB (Red+Green+Blue) = 217+175+83=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 83 (32.81% from 255 or 17.47% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF53 is #2650AC. Grayscale: #B1B1B1. Windows color (decimal): -2511021 or 5484505. OLE color: 5484505.
HSL color Cylindrical-coordinate representation of color #D9AF53: hue angle of 41.19º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D9AF53 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 83 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.15 |
| HSL | 41.19º | 0.64% | 0.59% | - |
| HSV(B) | 41.19º | 0.62% | 0.85% | - |
| XYZ | 45.51 | 46.04 | 14.67 | - |
| YUV | 177.07 | 74.91 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 83 | 0 | 0.19 | 0.62 | 0.15 | 41.19 | 0.64 | 0.59 |
| Hex | D9 | AF | 53 | 0 | 13 | 3E | F | 29 | 40 | 3B |
| Octal | 331 | 257 | 123 | 0 | 23 | 76 | 17 | 51 | 100 | 73 |
| Binary | 11011001 | 10101111 | 1010011 | 0 | 10011 | 111110 | 1111 | 101001 | 1000000 | 111011 |
Color Harmonies of #D9AF53
Complementary color
Monochromatic Colors of #D9AF53
Black with #D9AF53
Text Example
Text Example
White with #D9AF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF53; }
p { color: rgb(217,175,83); }
H1.HeaderClassName
{
color: #D9AF53;
}
.AnyTagClassName
{
color: #D9AF53;
}
</style>
background-color css
<style>
a { background-color: #D9AF53; }
a { background-color: rgb(217,175,83); }
div.DivClassName
{
background-color: #D9AF53;
}
.BgClassName
{
background-color: #D9AF53;
}
</style>
border-color css
<style>
span { border-color: #D9AF53; }
span { border-color: rgb(217,175,83); }
td.TdClassName
{
border-color: #D9AF53;
}
.TagClassName
{
border-color: #D9AF53;
}
</style>