Shades of Rob Roy #D6AA54
Tints of Rob Roy #D6AA54
RGB
CMYK
RGB Variations
Color information
#D6AA54 (or 0xD6AA54) is known color: Rob Roy. HEX triplet: D6, AA and 54. RGB value is (214,170,84). Sum of RGB (Red+Green+Blue) = 214+170+84=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA54 is #2955AB. Grayscale: #ADADAD. Windows color (decimal): -2708908 or 5548758. OLE color: 5548758.
HSL color Cylindrical-coordinate representation of color #D6AA54: hue angle of 39.69º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6AA54 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 84 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.16 |
| HSL | 39.69º | 0.61% | 0.58% | - |
| HSV(B) | 39.69º | 0.61% | 0.84% | - |
| XYZ | 43.71 | 43.69 | 14.52 | - |
| YUV | 173.35 | 77.58 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 84 | 0 | 0.21 | 0.61 | 0.16 | 39.69 | 0.61 | 0.58 |
| Hex | D6 | AA | 54 | 0 | 15 | 3D | 10 | 28 | 3D | 3A |
| Octal | 326 | 252 | 124 | 0 | 25 | 75 | 20 | 50 | 75 | 72 |
| Binary | 11010110 | 10101010 | 1010100 | 0 | 10101 | 111101 | 10000 | 101000 | 111101 | 111010 |
Color Harmonies of #D6AA54
Complementary color
Monochromatic Colors of #D6AA54
Black with #D6AA54
Text Example
Text Example
White with #D6AA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA54; }
p { color: rgb(214,170,84); }
H1.HeaderClassName
{
color: #D6AA54;
}
.AnyTagClassName
{
color: #D6AA54;
}
</style>
background-color css
<style>
a { background-color: #D6AA54; }
a { background-color: rgb(214,170,84); }
div.DivClassName
{
background-color: #D6AA54;
}
.BgClassName
{
background-color: #D6AA54;
}
</style>
border-color css
<style>
span { border-color: #D6AA54; }
span { border-color: rgb(214,170,84); }
td.TdClassName
{
border-color: #D6AA54;
}
.TagClassName
{
border-color: #D6AA54;
}
</style>