Shades of Rob Roy #D8A550
Tints of Rob Roy #D8A550
RGB
CMYK
RGB Variations
Color information
#D8A550 (or 0xD8A550) is known color: Rob Roy. HEX triplet: D8, A5 and 50. RGB value is (216,165,80). Sum of RGB (Red+Green+Blue) = 216+165+80=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A550 is #275AAF. Grayscale: #AAAAAA. Windows color (decimal): -2579120 or 5285336. OLE color: 5285336.
HSL color Cylindrical-coordinate representation of color #D8A550: hue angle of 37.5º 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 #D8A550 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 165 | 80 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.15 |
| HSL | 37.5º | 0.64% | 0.58% | - |
| HSV(B) | 37.5º | 0.63% | 0.85% | - |
| XYZ | 43.22 | 42.09 | 13.44 | - |
| YUV | 170.56 | 76.9 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 165 | 80 | 0 | 0.24 | 0.63 | 0.15 | 37.5 | 0.64 | 0.58 |
| Hex | D8 | A5 | 50 | 0 | 18 | 3F | F | 26 | 40 | 3A |
| Octal | 330 | 245 | 120 | 0 | 30 | 77 | 17 | 46 | 100 | 72 |
| Binary | 11011000 | 10100101 | 1010000 | 0 | 11000 | 111111 | 1111 | 100110 | 1000000 | 111010 |
Color Harmonies of #D8A550
Complementary color
Monochromatic Colors of #D8A550
Black with #D8A550
Text Example
Text Example
White with #D8A550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A550; }
p { color: rgb(216,165,80); }
H1.HeaderClassName
{
color: #D8A550;
}
.AnyTagClassName
{
color: #D8A550;
}
</style>
background-color css
<style>
a { background-color: #D8A550; }
a { background-color: rgb(216,165,80); }
div.DivClassName
{
background-color: #D8A550;
}
.BgClassName
{
background-color: #D8A550;
}
</style>
border-color css
<style>
span { border-color: #D8A550; }
span { border-color: rgb(216,165,80); }
td.TdClassName
{
border-color: #D8A550;
}
.TagClassName
{
border-color: #D8A550;
}
</style>