Shades of Rob Roy #D6AF57
Tints of Rob Roy #D6AF57
RGB
CMYK
RGB Variations
Color information
#D6AF57 (or 0xD6AF57) is known color: Rob Roy. HEX triplet: D6, AF and 57. RGB value is (214,175,87). Sum of RGB (Red+Green+Blue) = 214+175+87=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 87 (34.38% from 255 or 18.28% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AF57 is #2950A8. Grayscale: #B1B1B1. Windows color (decimal): -2707625 or 5746646. OLE color: 5746646.
HSL color Cylindrical-coordinate representation of color #D6AF57: hue angle of 41.57º 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 #D6AF57 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 87 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.16 |
| HSL | 41.57º | 0.61% | 0.59% | - |
| HSV(B) | 41.57º | 0.59% | 0.84% | - |
| XYZ | 44.78 | 45.64 | 15.47 | - |
| YUV | 176.63 | 77.42 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 87 | 0 | 0.18 | 0.59 | 0.16 | 41.57 | 0.61 | 0.59 |
| Hex | D6 | AF | 57 | 0 | 12 | 3B | 10 | 2A | 3D | 3B |
| Octal | 326 | 257 | 127 | 0 | 22 | 73 | 20 | 52 | 75 | 73 |
| Binary | 11010110 | 10101111 | 1010111 | 0 | 10010 | 111011 | 10000 | 101010 | 111101 | 111011 |
Color Harmonies of #D6AF57
Complementary color
Monochromatic Colors of #D6AF57
Black with #D6AF57
Text Example
Text Example
White with #D6AF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF57; }
p { color: rgb(214,175,87); }
H1.HeaderClassName
{
color: #D6AF57;
}
.AnyTagClassName
{
color: #D6AF57;
}
</style>
background-color css
<style>
a { background-color: #D6AF57; }
a { background-color: rgb(214,175,87); }
div.DivClassName
{
background-color: #D6AF57;
}
.BgClassName
{
background-color: #D6AF57;
}
</style>
border-color css
<style>
span { border-color: #D6AF57; }
span { border-color: rgb(214,175,87); }
td.TdClassName
{
border-color: #D6AF57;
}
.TagClassName
{
border-color: #D6AF57;
}
</style>