Shades of Rob Roy #D5B350
Tints of Rob Roy #D5B350
RGB
CMYK
RGB Variations
Color information
#D5B350 (or 0xD5B350) is known color: Rob Roy. HEX triplet: D5, B3 and 50. RGB value is (213,179,80). Sum of RGB (Red+Green+Blue) = 213+179+80=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B350 is #2A4CAF. Grayscale: #B2B2B2. Windows color (decimal): -2772144 or 5288917. OLE color: 5288917.
HSL color Cylindrical-coordinate representation of color #D5B350: hue angle of 44.66º 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 #D5B350 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 80 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.16 |
| HSL | 44.66º | 0.61% | 0.57% | - |
| HSV(B) | 44.66º | 0.62% | 0.84% | - |
| XYZ | 45.01 | 46.97 | 14.28 | - |
| YUV | 177.88 | 72.76 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 80 | 0 | 0.16 | 0.62 | 0.16 | 44.66 | 0.61 | 0.57 |
| Hex | D5 | B3 | 50 | 0 | 10 | 3E | 10 | 2D | 3D | 39 |
| Octal | 325 | 263 | 120 | 0 | 20 | 76 | 20 | 55 | 75 | 71 |
| Binary | 11010101 | 10110011 | 1010000 | 0 | 10000 | 111110 | 10000 | 101101 | 111101 | 111001 |
Color Harmonies of #D5B350
Complementary color
Monochromatic Colors of #D5B350
Black with #D5B350
Text Example
Text Example
White with #D5B350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B350; }
p { color: rgb(213,179,80); }
H1.HeaderClassName
{
color: #D5B350;
}
.AnyTagClassName
{
color: #D5B350;
}
</style>
background-color css
<style>
a { background-color: #D5B350; }
a { background-color: rgb(213,179,80); }
div.DivClassName
{
background-color: #D5B350;
}
.BgClassName
{
background-color: #D5B350;
}
</style>
border-color css
<style>
span { border-color: #D5B350; }
span { border-color: rgb(213,179,80); }
td.TdClassName
{
border-color: #D5B350;
}
.TagClassName
{
border-color: #D5B350;
}
</style>