Shades of Rob Roy #D6AE55
Tints of Rob Roy #D6AE55
RGB
CMYK
RGB Variations
Color information
#D6AE55 (or 0xD6AE55) is known color: Rob Roy. HEX triplet: D6, AE and 55. RGB value is (214,174,85). Sum of RGB (Red+Green+Blue) = 214+174+85=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 85 (33.59% from 255 or 17.97% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AE55 is #2951AA. Grayscale: #B0B0B0. Windows color (decimal): -2707883 or 5615318. OLE color: 5615318.
HSL color Cylindrical-coordinate representation of color #D6AE55: hue angle of 41.4º 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 #D6AE55 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 174 | 85 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.16 |
| HSL | 41.4º | 0.61% | 0.59% | - |
| HSV(B) | 41.4º | 0.6% | 0.84% | - |
| XYZ | 44.51 | 45.22 | 14.98 | - |
| YUV | 175.81 | 76.75 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 174 | 85 | 0 | 0.19 | 0.60 | 0.16 | 41.4 | 0.61 | 0.59 |
| Hex | D6 | AE | 55 | 0 | 13 | 3C | 10 | 29 | 3D | 3B |
| Octal | 326 | 256 | 125 | 0 | 23 | 74 | 20 | 51 | 75 | 73 |
| Binary | 11010110 | 10101110 | 1010101 | 0 | 10011 | 111100 | 10000 | 101001 | 111101 | 111011 |
Color Harmonies of #D6AE55
Complementary color
Monochromatic Colors of #D6AE55
Black with #D6AE55
Text Example
Text Example
White with #D6AE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AE55; }
p { color: rgb(214,174,85); }
H1.HeaderClassName
{
color: #D6AE55;
}
.AnyTagClassName
{
color: #D6AE55;
}
</style>
background-color css
<style>
a { background-color: #D6AE55; }
a { background-color: rgb(214,174,85); }
div.DivClassName
{
background-color: #D6AE55;
}
.BgClassName
{
background-color: #D6AE55;
}
</style>
border-color css
<style>
span { border-color: #D6AE55; }
span { border-color: rgb(214,174,85); }
td.TdClassName
{
border-color: #D6AE55;
}
.TagClassName
{
border-color: #D6AE55;
}
</style>