Shades of Rob Roy #D6AE57
Tints of Rob Roy #D6AE57
RGB
CMYK
RGB Variations
Color information
#D6AE57 (or 0xD6AE57) is known color: Rob Roy. HEX triplet: D6, AE and 57. RGB value is (214,174,87). Sum of RGB (Red+Green+Blue) = 214+174+87=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 87 (34.38% from 255 or 18.32% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AE57 is #2951A8. Grayscale: #B0B0B0. Windows color (decimal): -2707881 or 5746390. OLE color: 5746390.
HSL color Cylindrical-coordinate representation of color #D6AE57: hue angle of 41.1º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6AE57 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 174 | 87 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.16 |
| HSL | 41.1º | 0.61% | 0.59% | - |
| HSV(B) | 41.1º | 0.59% | 0.84% | - |
| XYZ | 44.59 | 45.26 | 15.4 | - |
| YUV | 176.04 | 77.75 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 174 | 87 | 0 | 0.19 | 0.59 | 0.16 | 41.1 | 0.61 | 0.59 |
| Hex | D6 | AE | 57 | 0 | 13 | 3B | 10 | 29 | 3D | 3B |
| Octal | 326 | 256 | 127 | 0 | 23 | 73 | 20 | 51 | 75 | 73 |
| Binary | 11010110 | 10101110 | 1010111 | 0 | 10011 | 111011 | 10000 | 101001 | 111101 | 111011 |
Color Harmonies of #D6AE57
Complementary color
Monochromatic Colors of #D6AE57
Black with #D6AE57
Text Example
Text Example
White with #D6AE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AE57; }
p { color: rgb(214,174,87); }
H1.HeaderClassName
{
color: #D6AE57;
}
.AnyTagClassName
{
color: #D6AE57;
}
</style>
background-color css
<style>
a { background-color: #D6AE57; }
a { background-color: rgb(214,174,87); }
div.DivClassName
{
background-color: #D6AE57;
}
.BgClassName
{
background-color: #D6AE57;
}
</style>
border-color css
<style>
span { border-color: #D6AE57; }
span { border-color: rgb(214,174,87); }
td.TdClassName
{
border-color: #D6AE57;
}
.TagClassName
{
border-color: #D6AE57;
}
</style>