Shades of Rob Roy #D5AB4E
Tints of Rob Roy #D5AB4E
RGB
CMYK
RGB Variations
Color information
#D5AB4E (or 0xD5AB4E) is known color: Rob Roy. HEX triplet: D5, AB and 4E. RGB value is (213,171,78). Sum of RGB (Red+Green+Blue) = 213+171+78=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 78 (30.86% from 255 or 16.88% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB4E is #2A54B1. Grayscale: #ADADAD. Windows color (decimal): -2774194 or 5155797. OLE color: 5155797.
HSL color Cylindrical-coordinate representation of color #D5AB4E: hue angle of 41.33º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5AB4E is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 78 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.16 |
| HSL | 41.33º | 0.62% | 0.57% | - |
| HSV(B) | 41.33º | 0.63% | 0.84% | - |
| XYZ | 43.38 | 43.82 | 13.38 | - |
| YUV | 172.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 78 | 0 | 0.20 | 0.63 | 0.16 | 41.33 | 0.62 | 0.57 |
| Hex | D5 | AB | 4E | 0 | 14 | 3F | 10 | 29 | 3E | 39 |
| Octal | 325 | 253 | 116 | 0 | 24 | 77 | 20 | 51 | 76 | 71 |
| Binary | 11010101 | 10101011 | 1001110 | 0 | 10100 | 111111 | 10000 | 101001 | 111110 | 111001 |
Color Harmonies of #D5AB4E
Complementary color
Monochromatic Colors of #D5AB4E
Black with #D5AB4E
Text Example
Text Example
White with #D5AB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB4E; }
p { color: rgb(213,171,78); }
H1.HeaderClassName
{
color: #D5AB4E;
}
.AnyTagClassName
{
color: #D5AB4E;
}
</style>
background-color css
<style>
a { background-color: #D5AB4E; }
a { background-color: rgb(213,171,78); }
div.DivClassName
{
background-color: #D5AB4E;
}
.BgClassName
{
background-color: #D5AB4E;
}
</style>
border-color css
<style>
span { border-color: #D5AB4E; }
span { border-color: rgb(213,171,78); }
td.TdClassName
{
border-color: #D5AB4E;
}
.TagClassName
{
border-color: #D5AB4E;
}
</style>