Shades of Rob Roy #D5AD54
Tints of Rob Roy #D5AD54
RGB
CMYK
RGB Variations
Color information
#D5AD54 (or 0xD5AD54) is known color: Rob Roy. HEX triplet: D5, AD and 54. RGB value is (213,173,84). Sum of RGB (Red+Green+Blue) = 213+173+84=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 84 (33.20% from 255 or 17.87% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD54 is #2A52AB. Grayscale: #AFAFAF. Windows color (decimal): -2773676 or 5549525. OLE color: 5549525.
HSL color Cylindrical-coordinate representation of color #D5AD54: hue angle of 41.4º 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 #D5AD54 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 84 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.16 |
| HSL | 41.4º | 0.61% | 0.58% | - |
| HSV(B) | 41.4º | 0.61% | 0.84% | - |
| XYZ | 43.98 | 44.67 | 14.69 | - |
| YUV | 174.81 | 76.75 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 84 | 0 | 0.19 | 0.61 | 0.16 | 41.4 | 0.61 | 0.58 |
| Hex | D5 | AD | 54 | 0 | 13 | 3D | 10 | 29 | 3D | 3A |
| Octal | 325 | 255 | 124 | 0 | 23 | 75 | 20 | 51 | 75 | 72 |
| Binary | 11010101 | 10101101 | 1010100 | 0 | 10011 | 111101 | 10000 | 101001 | 111101 | 111010 |
Color Harmonies of #D5AD54
Complementary color
Monochromatic Colors of #D5AD54
Black with #D5AD54
Text Example
Text Example
White with #D5AD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD54; }
p { color: rgb(213,173,84); }
H1.HeaderClassName
{
color: #D5AD54;
}
.AnyTagClassName
{
color: #D5AD54;
}
</style>
background-color css
<style>
a { background-color: #D5AD54; }
a { background-color: rgb(213,173,84); }
div.DivClassName
{
background-color: #D5AD54;
}
.BgClassName
{
background-color: #D5AD54;
}
</style>
border-color css
<style>
span { border-color: #D5AD54; }
span { border-color: rgb(213,173,84); }
td.TdClassName
{
border-color: #D5AD54;
}
.TagClassName
{
border-color: #D5AD54;
}
</style>