Shades of Rob Roy #D5A84E
Tints of Rob Roy #D5A84E
RGB
CMYK
RGB Variations
Color information
#D5A84E (or 0xD5A84E) is known color: Rob Roy. HEX triplet: D5, A8 and 4E. RGB value is (213,168,78). Sum of RGB (Red+Green+Blue) = 213+168+78=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 78 (30.86% from 255 or 16.99% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A84E is #2A57B1. Grayscale: #ABABAB. Windows color (decimal): -2774962 or 5155029. OLE color: 5155029.
HSL color Cylindrical-coordinate representation of color #D5A84E: hue angle of 40º 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 #D5A84E is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 78 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.16 |
| HSL | 40º | 0.62% | 0.57% | - |
| HSV(B) | 40º | 0.63% | 0.84% | - |
| XYZ | 42.82 | 42.7 | 13.19 | - |
| YUV | 171.2 | 75.41 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 78 | 0 | 0.21 | 0.63 | 0.16 | 40 | 0.62 | 0.57 |
| Hex | D5 | A8 | 4E | 0 | 15 | 3F | 10 | 28 | 3E | 39 |
| Octal | 325 | 250 | 116 | 0 | 25 | 77 | 20 | 50 | 76 | 71 |
| Binary | 11010101 | 10101000 | 1001110 | 0 | 10101 | 111111 | 10000 | 101000 | 111110 | 111001 |
Color Harmonies of #D5A84E
Complementary color
Monochromatic Colors of #D5A84E
Black with #D5A84E
Text Example
Text Example
White with #D5A84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A84E; }
p { color: rgb(213,168,78); }
H1.HeaderClassName
{
color: #D5A84E;
}
.AnyTagClassName
{
color: #D5A84E;
}
</style>
background-color css
<style>
a { background-color: #D5A84E; }
a { background-color: rgb(213,168,78); }
div.DivClassName
{
background-color: #D5A84E;
}
.BgClassName
{
background-color: #D5A84E;
}
</style>
border-color css
<style>
span { border-color: #D5A84E; }
span { border-color: rgb(213,168,78); }
td.TdClassName
{
border-color: #D5A84E;
}
.TagClassName
{
border-color: #D5A84E;
}
</style>