Shades of Rob Roy #D5B354
Tints of Rob Roy #D5B354
RGB
CMYK
RGB Variations
Color information
#D5B354 (or 0xD5B354) is known color: Rob Roy. HEX triplet: D5, B3 and 54. RGB value is (213,179,84). Sum of RGB (Red+Green+Blue) = 213+179+84=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 84 (33.20% from 255 or 17.65% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B354 is #2A4CAB. Grayscale: #B2B2B2. Windows color (decimal): -2772140 or 5551061. OLE color: 5551061.
HSL color Cylindrical-coordinate representation of color #D5B354: hue angle of 44.19º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5B354 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 84 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.16 |
| HSL | 44.19º | 0.61% | 0.58% | - |
| HSV(B) | 44.19º | 0.61% | 0.84% | - |
| XYZ | 45.16 | 47.03 | 15.08 | - |
| YUV | 178.34 | 74.76 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 84 | 0 | 0.16 | 0.61 | 0.16 | 44.19 | 0.61 | 0.58 |
| Hex | D5 | B3 | 54 | 0 | 10 | 3D | 10 | 2C | 3D | 3A |
| Octal | 325 | 263 | 124 | 0 | 20 | 75 | 20 | 54 | 75 | 72 |
| Binary | 11010101 | 10110011 | 1010100 | 0 | 10000 | 111101 | 10000 | 101100 | 111101 | 111010 |
Color Harmonies of #D5B354
Complementary color
Monochromatic Colors of #D5B354
Black with #D5B354
Text Example
Text Example
White with #D5B354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B354; }
p { color: rgb(213,179,84); }
H1.HeaderClassName
{
color: #D5B354;
}
.AnyTagClassName
{
color: #D5B354;
}
</style>
background-color css
<style>
a { background-color: #D5B354; }
a { background-color: rgb(213,179,84); }
div.DivClassName
{
background-color: #D5B354;
}
.BgClassName
{
background-color: #D5B354;
}
</style>
border-color css
<style>
span { border-color: #D5B354; }
span { border-color: rgb(213,179,84); }
td.TdClassName
{
border-color: #D5B354;
}
.TagClassName
{
border-color: #D5B354;
}
</style>