Shades of Rob Roy #D6AD56
Tints of Rob Roy #D6AD56
RGB
CMYK
RGB Variations
Color information
#D6AD56 (or 0xD6AD56) is known color: Rob Roy. HEX triplet: D6, AD and 56. RGB value is (214,173,86). Sum of RGB (Red+Green+Blue) = 214+173+86=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD56 is #2952A9. Grayscale: #AFAFAF. Windows color (decimal): -2708138 or 5680598. OLE color: 5680598.
HSL color Cylindrical-coordinate representation of color #D6AD56: hue angle of 40.78º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6AD56 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 86 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.16 |
| HSL | 40.78º | 0.61% | 0.59% | - |
| HSV(B) | 40.78º | 0.6% | 0.84% | - |
| XYZ | 44.35 | 44.86 | 15.12 | - |
| YUV | 175.34 | 77.58 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 86 | 0 | 0.19 | 0.60 | 0.16 | 40.78 | 0.61 | 0.59 |
| Hex | D6 | AD | 56 | 0 | 13 | 3C | 10 | 29 | 3D | 3B |
| Octal | 326 | 255 | 126 | 0 | 23 | 74 | 20 | 51 | 75 | 73 |
| Binary | 11010110 | 10101101 | 1010110 | 0 | 10011 | 111100 | 10000 | 101001 | 111101 | 111011 |
Color Harmonies of #D6AD56
Complementary color
Monochromatic Colors of #D6AD56
Black with #D6AD56
Text Example
Text Example
White with #D6AD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD56; }
p { color: rgb(214,173,86); }
H1.HeaderClassName
{
color: #D6AD56;
}
.AnyTagClassName
{
color: #D6AD56;
}
</style>
background-color css
<style>
a { background-color: #D6AD56; }
a { background-color: rgb(214,173,86); }
div.DivClassName
{
background-color: #D6AD56;
}
.BgClassName
{
background-color: #D6AD56;
}
</style>
border-color css
<style>
span { border-color: #D6AD56; }
span { border-color: rgb(214,173,86); }
td.TdClassName
{
border-color: #D6AD56;
}
.TagClassName
{
border-color: #D6AD56;
}
</style>