Shades of Rob Roy #D5B351
Tints of Rob Roy #D5B351
RGB
CMYK
RGB Variations
Color information
#D5B351 (or 0xD5B351) is known color: Rob Roy. HEX triplet: D5, B3 and 51. RGB value is (213,179,81). Sum of RGB (Red+Green+Blue) = 213+179+81=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 81 (32.03% from 255 or 17.12% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B351 is #2A4CAE. Grayscale: #B2B2B2. Windows color (decimal): -2772143 or 5354453. OLE color: 5354453.
HSL color Cylindrical-coordinate representation of color #D5B351: hue angle of 44.55º 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 #D5B351 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 81 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.16 |
| HSL | 44.55º | 0.61% | 0.58% | - |
| HSV(B) | 44.55º | 0.62% | 0.84% | - |
| XYZ | 45.05 | 46.98 | 14.48 | - |
| YUV | 177.99 | 73.26 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 81 | 0 | 0.16 | 0.62 | 0.16 | 44.55 | 0.61 | 0.58 |
| Hex | D5 | B3 | 51 | 0 | 10 | 3E | 10 | 2D | 3D | 3A |
| Octal | 325 | 263 | 121 | 0 | 20 | 76 | 20 | 55 | 75 | 72 |
| Binary | 11010101 | 10110011 | 1010001 | 0 | 10000 | 111110 | 10000 | 101101 | 111101 | 111010 |
Color Harmonies of #D5B351
Complementary color
Monochromatic Colors of #D5B351
Black with #D5B351
Text Example
Text Example
White with #D5B351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B351; }
p { color: rgb(213,179,81); }
H1.HeaderClassName
{
color: #D5B351;
}
.AnyTagClassName
{
color: #D5B351;
}
</style>
background-color css
<style>
a { background-color: #D5B351; }
a { background-color: rgb(213,179,81); }
div.DivClassName
{
background-color: #D5B351;
}
.BgClassName
{
background-color: #D5B351;
}
</style>
border-color css
<style>
span { border-color: #D5B351; }
span { border-color: rgb(213,179,81); }
td.TdClassName
{
border-color: #D5B351;
}
.TagClassName
{
border-color: #D5B351;
}
</style>