Shades of Rob Roy #D5B151
Tints of Rob Roy #D5B151
RGB
CMYK
RGB Variations
Color information
#D5B151 (or 0xD5B151) is known color: Rob Roy. HEX triplet: D5, B1 and 51. RGB value is (213,177,81). Sum of RGB (Red+Green+Blue) = 213+177+81=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 81 (32.03% from 255 or 17.20% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B151 is #2A4EAE. Grayscale: #B1B1B1. Windows color (decimal): -2772655 or 5353941. OLE color: 5353941.
HSL color Cylindrical-coordinate representation of color #D5B151: hue angle of 43.64º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5B151 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 177 | 81 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.16 |
| HSL | 43.64º | 0.61% | 0.58% | - |
| HSV(B) | 43.64º | 0.62% | 0.84% | - |
| XYZ | 44.65 | 46.18 | 14.35 | - |
| YUV | 176.82 | 73.93 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 177 | 81 | 0 | 0.17 | 0.62 | 0.16 | 43.64 | 0.61 | 0.58 |
| Hex | D5 | B1 | 51 | 0 | 11 | 3E | 10 | 2C | 3D | 3A |
| Octal | 325 | 261 | 121 | 0 | 21 | 76 | 20 | 54 | 75 | 72 |
| Binary | 11010101 | 10110001 | 1010001 | 0 | 10001 | 111110 | 10000 | 101100 | 111101 | 111010 |
Color Harmonies of #D5B151
Complementary color
Monochromatic Colors of #D5B151
Black with #D5B151
Text Example
Text Example
White with #D5B151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B151; }
p { color: rgb(213,177,81); }
H1.HeaderClassName
{
color: #D5B151;
}
.AnyTagClassName
{
color: #D5B151;
}
</style>
background-color css
<style>
a { background-color: #D5B151; }
a { background-color: rgb(213,177,81); }
div.DivClassName
{
background-color: #D5B151;
}
.BgClassName
{
background-color: #D5B151;
}
</style>
border-color css
<style>
span { border-color: #D5B151; }
span { border-color: rgb(213,177,81); }
td.TdClassName
{
border-color: #D5B151;
}
.TagClassName
{
border-color: #D5B151;
}
</style>