Shades of Rob Roy #D5B150
Tints of Rob Roy #D5B150
RGB
CMYK
RGB Variations
Color information
#D5B150 (or 0xD5B150) is known color: Rob Roy. HEX triplet: D5, B1 and 50. RGB value is (213,177,80). Sum of RGB (Red+Green+Blue) = 213+177+80=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B150 is #2A4EAF. Grayscale: #B1B1B1. Windows color (decimal): -2772656 or 5288405. OLE color: 5288405.
HSL color Cylindrical-coordinate representation of color #D5B150: hue angle of 43.76º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5B150 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 177 | 80 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.16 |
| HSL | 43.76º | 0.61% | 0.57% | - |
| HSV(B) | 43.76º | 0.62% | 0.84% | - |
| XYZ | 44.61 | 46.17 | 14.15 | - |
| YUV | 176.71 | 73.43 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 177 | 80 | 0 | 0.17 | 0.62 | 0.16 | 43.76 | 0.61 | 0.57 |
| Hex | D5 | B1 | 50 | 0 | 11 | 3E | 10 | 2C | 3D | 39 |
| Octal | 325 | 261 | 120 | 0 | 21 | 76 | 20 | 54 | 75 | 71 |
| Binary | 11010101 | 10110001 | 1010000 | 0 | 10001 | 111110 | 10000 | 101100 | 111101 | 111001 |
Color Harmonies of #D5B150
Complementary color
Monochromatic Colors of #D5B150
Black with #D5B150
Text Example
Text Example
White with #D5B150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B150; }
p { color: rgb(213,177,80); }
H1.HeaderClassName
{
color: #D5B150;
}
.AnyTagClassName
{
color: #D5B150;
}
</style>
background-color css
<style>
a { background-color: #D5B150; }
a { background-color: rgb(213,177,80); }
div.DivClassName
{
background-color: #D5B150;
}
.BgClassName
{
background-color: #D5B150;
}
</style>
border-color css
<style>
span { border-color: #D5B150; }
span { border-color: rgb(213,177,80); }
td.TdClassName
{
border-color: #D5B150;
}
.TagClassName
{
border-color: #D5B150;
}
</style>