Shades of Rob Roy #D5AB52
Tints of Rob Roy #D5AB52
RGB
CMYK
RGB Variations
Color information
#D5AB52 (or 0xD5AB52) is known color: Rob Roy. HEX triplet: D5, AB and 52. RGB value is (213,171,82). Sum of RGB (Red+Green+Blue) = 213+171+82=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB52 is #2A54AD. Grayscale: #ADADAD. Windows color (decimal): -2774190 or 5417941. OLE color: 5417941.
HSL color Cylindrical-coordinate representation of color #D5AB52: hue angle of 40.76º 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 #D5AB52 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 82 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.16 |
| HSL | 40.76º | 0.61% | 0.58% | - |
| HSV(B) | 40.76º | 0.62% | 0.84% | - |
| XYZ | 43.53 | 43.88 | 14.16 | - |
| YUV | 173.41 | 76.41 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 82 | 0 | 0.20 | 0.62 | 0.16 | 40.76 | 0.61 | 0.58 |
| Hex | D5 | AB | 52 | 0 | 14 | 3E | 10 | 29 | 3D | 3A |
| Octal | 325 | 253 | 122 | 0 | 24 | 76 | 20 | 51 | 75 | 72 |
| Binary | 11010101 | 10101011 | 1010010 | 0 | 10100 | 111110 | 10000 | 101001 | 111101 | 111010 |
Color Harmonies of #D5AB52
Complementary color
Monochromatic Colors of #D5AB52
Black with #D5AB52
Text Example
Text Example
White with #D5AB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB52; }
p { color: rgb(213,171,82); }
H1.HeaderClassName
{
color: #D5AB52;
}
.AnyTagClassName
{
color: #D5AB52;
}
</style>
background-color css
<style>
a { background-color: #D5AB52; }
a { background-color: rgb(213,171,82); }
div.DivClassName
{
background-color: #D5AB52;
}
.BgClassName
{
background-color: #D5AB52;
}
</style>
border-color css
<style>
span { border-color: #D5AB52; }
span { border-color: rgb(213,171,82); }
td.TdClassName
{
border-color: #D5AB52;
}
.TagClassName
{
border-color: #D5AB52;
}
</style>