Shades of Rob Roy #D7AB4E
Tints of Rob Roy #D7AB4E
RGB
CMYK
RGB Variations
Color information
#D7AB4E (or 0xD7AB4E) is known color: Rob Roy. HEX triplet: D7, AB and 4E. RGB value is (215,171,78). Sum of RGB (Red+Green+Blue) = 215+171+78=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 78 (30.86% from 255 or 16.81% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AB4E is #2854B1. Grayscale: #ADADAD. Windows color (decimal): -2643122 or 5155799. OLE color: 5155799.
HSL color Cylindrical-coordinate representation of color #D7AB4E: hue angle of 40.73º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D7AB4E is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 171 | 78 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.16 |
| HSL | 40.73º | 0.63% | 0.57% | - |
| HSV(B) | 40.73º | 0.64% | 0.84% | - |
| XYZ | 43.96 | 44.12 | 13.41 | - |
| YUV | 173.55 | 74.08 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 171 | 78 | 0 | 0.20 | 0.64 | 0.16 | 40.73 | 0.63 | 0.57 |
| Hex | D7 | AB | 4E | 0 | 14 | 40 | 10 | 29 | 3F | 39 |
| Octal | 327 | 253 | 116 | 0 | 24 | 100 | 20 | 51 | 77 | 71 |
| Binary | 11010111 | 10101011 | 1001110 | 0 | 10100 | 1000000 | 10000 | 101001 | 111111 | 111001 |
Color Harmonies of #D7AB4E
Complementary color
Monochromatic Colors of #D7AB4E
Black with #D7AB4E
Text Example
Text Example
White with #D7AB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AB4E; }
p { color: rgb(215,171,78); }
H1.HeaderClassName
{
color: #D7AB4E;
}
.AnyTagClassName
{
color: #D7AB4E;
}
</style>
background-color css
<style>
a { background-color: #D7AB4E; }
a { background-color: rgb(215,171,78); }
div.DivClassName
{
background-color: #D7AB4E;
}
.BgClassName
{
background-color: #D7AB4E;
}
</style>
border-color css
<style>
span { border-color: #D7AB4E; }
span { border-color: rgb(215,171,78); }
td.TdClassName
{
border-color: #D7AB4E;
}
.TagClassName
{
border-color: #D7AB4E;
}
</style>