Shades of Rob Roy #D9A650
Tints of Rob Roy #D9A650
RGB
CMYK
RGB Variations
Color information
#D9A650 (or 0xD9A650) is known color: Rob Roy. HEX triplet: D9, A6 and 50. RGB value is (217,166,80). Sum of RGB (Red+Green+Blue) = 217+166+80=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A650 is #2659AF. Grayscale: #ABABAB. Windows color (decimal): -2513328 or 5285593. OLE color: 5285593.
HSL color Cylindrical-coordinate representation of color #D9A650: hue angle of 37.66º 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 #D9A650 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 166 | 80 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.15 |
| HSL | 37.66º | 0.64% | 0.58% | - |
| HSV(B) | 37.66º | 0.63% | 0.85% | - |
| XYZ | 43.7 | 42.6 | 13.51 | - |
| YUV | 171.45 | 76.4 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 80 | 0 | 0.24 | 0.63 | 0.15 | 37.66 | 0.64 | 0.58 |
| Hex | D9 | A6 | 50 | 0 | 18 | 3F | F | 26 | 40 | 3A |
| Octal | 331 | 246 | 120 | 0 | 30 | 77 | 17 | 46 | 100 | 72 |
| Binary | 11011001 | 10100110 | 1010000 | 0 | 11000 | 111111 | 1111 | 100110 | 1000000 | 111010 |
Color Harmonies of #D9A650
Complementary color
Monochromatic Colors of #D9A650
Black with #D9A650
Text Example
Text Example
White with #D9A650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A650; }
p { color: rgb(217,166,80); }
H1.HeaderClassName
{
color: #D9A650;
}
.AnyTagClassName
{
color: #D9A650;
}
</style>
background-color css
<style>
a { background-color: #D9A650; }
a { background-color: rgb(217,166,80); }
div.DivClassName
{
background-color: #D9A650;
}
.BgClassName
{
background-color: #D9A650;
}
</style>
border-color css
<style>
span { border-color: #D9A650; }
span { border-color: rgb(217,166,80); }
td.TdClassName
{
border-color: #D9A650;
}
.TagClassName
{
border-color: #D9A650;
}
</style>