Shades of Rob Roy #D9AD52
Tints of Rob Roy #D9AD52
RGB
CMYK
RGB Variations
Color information
#D9AD52 (or 0xD9AD52) is known color: Rob Roy. HEX triplet: D9, AD and 52. RGB value is (217,173,82). Sum of RGB (Red+Green+Blue) = 217+173+82=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD52 is #2652AD. Grayscale: #B0B0B0. Windows color (decimal): -2511534 or 5418457. OLE color: 5418457.
HSL color Cylindrical-coordinate representation of color #D9AD52: hue angle of 40.44º 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 #D9AD52 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 82 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.15 |
| HSL | 40.44º | 0.64% | 0.59% | - |
| HSV(B) | 40.44º | 0.62% | 0.85% | - |
| XYZ | 45.08 | 45.25 | 14.34 | - |
| YUV | 175.78 | 75.08 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 82 | 0 | 0.20 | 0.62 | 0.15 | 40.44 | 0.64 | 0.59 |
| Hex | D9 | AD | 52 | 0 | 14 | 3E | F | 28 | 40 | 3B |
| Octal | 331 | 255 | 122 | 0 | 24 | 76 | 17 | 50 | 100 | 73 |
| Binary | 11011001 | 10101101 | 1010010 | 0 | 10100 | 111110 | 1111 | 101000 | 1000000 | 111011 |
Color Harmonies of #D9AD52
Complementary color
Monochromatic Colors of #D9AD52
Black with #D9AD52
Text Example
Text Example
White with #D9AD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD52; }
p { color: rgb(217,173,82); }
H1.HeaderClassName
{
color: #D9AD52;
}
.AnyTagClassName
{
color: #D9AD52;
}
</style>
background-color css
<style>
a { background-color: #D9AD52; }
a { background-color: rgb(217,173,82); }
div.DivClassName
{
background-color: #D9AD52;
}
.BgClassName
{
background-color: #D9AD52;
}
</style>
border-color css
<style>
span { border-color: #D9AD52; }
span { border-color: rgb(217,173,82); }
td.TdClassName
{
border-color: #D9AD52;
}
.TagClassName
{
border-color: #D9AD52;
}
</style>