Shades of Rob Roy #D9AA50
Tints of Rob Roy #D9AA50
RGB
CMYK
RGB Variations
Color information
#D9AA50 (or 0xD9AA50) is known color: Rob Roy. HEX triplet: D9, AA and 50. RGB value is (217,170,80). Sum of RGB (Red+Green+Blue) = 217+170+80=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AA50 is #2655AF. Grayscale: #AEAEAE. Windows color (decimal): -2512304 or 5286617. OLE color: 5286617.
HSL color Cylindrical-coordinate representation of color #D9AA50: hue angle of 39.42º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D9AA50 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 170 | 80 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.15 |
| HSL | 39.42º | 0.64% | 0.58% | - |
| HSV(B) | 39.42º | 0.63% | 0.85% | - |
| XYZ | 44.44 | 44.08 | 13.76 | - |
| YUV | 173.79 | 75.07 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 80 | 0 | 0.22 | 0.63 | 0.15 | 39.42 | 0.64 | 0.58 |
| Hex | D9 | AA | 50 | 0 | 16 | 3F | F | 27 | 40 | 3A |
| Octal | 331 | 252 | 120 | 0 | 26 | 77 | 17 | 47 | 100 | 72 |
| Binary | 11011001 | 10101010 | 1010000 | 0 | 10110 | 111111 | 1111 | 100111 | 1000000 | 111010 |
Color Harmonies of #D9AA50
Complementary color
Monochromatic Colors of #D9AA50
Black with #D9AA50
Text Example
Text Example
White with #D9AA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AA50; }
p { color: rgb(217,170,80); }
H1.HeaderClassName
{
color: #D9AA50;
}
.AnyTagClassName
{
color: #D9AA50;
}
</style>
background-color css
<style>
a { background-color: #D9AA50; }
a { background-color: rgb(217,170,80); }
div.DivClassName
{
background-color: #D9AA50;
}
.BgClassName
{
background-color: #D9AA50;
}
</style>
border-color css
<style>
span { border-color: #D9AA50; }
span { border-color: rgb(217,170,80); }
td.TdClassName
{
border-color: #D9AA50;
}
.TagClassName
{
border-color: #D9AA50;
}
</style>