Shades of Rob Roy #D8A950
Tints of Rob Roy #D8A950
RGB
CMYK
RGB Variations
Color information
#D8A950 (or 0xD8A950) is known color: Rob Roy. HEX triplet: D8, A9 and 50. RGB value is (216,169,80). Sum of RGB (Red+Green+Blue) = 216+169+80=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A950 is #2756AF. Grayscale: #ADADAD. Windows color (decimal): -2578096 or 5286360. OLE color: 5286360.
HSL color Cylindrical-coordinate representation of color #D8A950: hue angle of 39.26º 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 #D8A950 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 169 | 80 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.15 |
| HSL | 39.26º | 0.64% | 0.58% | - |
| HSV(B) | 39.26º | 0.63% | 0.85% | - |
| XYZ | 43.95 | 43.55 | 13.68 | - |
| YUV | 172.91 | 75.57 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 169 | 80 | 0 | 0.22 | 0.63 | 0.15 | 39.26 | 0.64 | 0.58 |
| Hex | D8 | A9 | 50 | 0 | 16 | 3F | F | 27 | 40 | 3A |
| Octal | 330 | 251 | 120 | 0 | 26 | 77 | 17 | 47 | 100 | 72 |
| Binary | 11011000 | 10101001 | 1010000 | 0 | 10110 | 111111 | 1111 | 100111 | 1000000 | 111010 |
Color Harmonies of #D8A950
Complementary color
Monochromatic Colors of #D8A950
Black with #D8A950
Text Example
Text Example
White with #D8A950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A950; }
p { color: rgb(216,169,80); }
H1.HeaderClassName
{
color: #D8A950;
}
.AnyTagClassName
{
color: #D8A950;
}
</style>
background-color css
<style>
a { background-color: #D8A950; }
a { background-color: rgb(216,169,80); }
div.DivClassName
{
background-color: #D8A950;
}
.BgClassName
{
background-color: #D8A950;
}
</style>
border-color css
<style>
span { border-color: #D8A950; }
span { border-color: rgb(216,169,80); }
td.TdClassName
{
border-color: #D8A950;
}
.TagClassName
{
border-color: #D8A950;
}
</style>