Shades of Rob Roy #D6AA4A
Tints of Rob Roy #D6AA4A
RGB
CMYK
RGB Variations
Color information
#D6AA4A (or 0xD6AA4A) is known color: Rob Roy. HEX triplet: D6, AA and 4A. RGB value is (214,170,74). Sum of RGB (Red+Green+Blue) = 214+170+74=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AA4A is #2955B5. Grayscale: #ACACAC. Windows color (decimal): -2708918 or 4893398. OLE color: 4893398.
HSL color Cylindrical-coordinate representation of color #D6AA4A: hue angle of 41.14º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6AA4A is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 74 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.16 |
| HSL | 41.14º | 0.63% | 0.56% | - |
| HSV(B) | 41.14º | 0.65% | 0.84% | - |
| XYZ | 43.34 | 43.54 | 12.6 | - |
| YUV | 172.21 | 72.58 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 74 | 0 | 0.21 | 0.65 | 0.16 | 41.14 | 0.63 | 0.56 |
| Hex | D6 | AA | 4A | 0 | 15 | 41 | 10 | 29 | 3F | 38 |
| Octal | 326 | 252 | 112 | 0 | 25 | 101 | 20 | 51 | 77 | 70 |
| Binary | 11010110 | 10101010 | 1001010 | 0 | 10101 | 1000001 | 10000 | 101001 | 111111 | 111000 |
Color Harmonies of #D6AA4A
Complementary color
Monochromatic Colors of #D6AA4A
Black with #D6AA4A
Text Example
Text Example
White with #D6AA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA4A; }
p { color: rgb(214,170,74); }
H1.HeaderClassName
{
color: #D6AA4A;
}
.AnyTagClassName
{
color: #D6AA4A;
}
</style>
background-color css
<style>
a { background-color: #D6AA4A; }
a { background-color: rgb(214,170,74); }
div.DivClassName
{
background-color: #D6AA4A;
}
.BgClassName
{
background-color: #D6AA4A;
}
</style>
border-color css
<style>
span { border-color: #D6AA4A; }
span { border-color: rgb(214,170,74); }
td.TdClassName
{
border-color: #D6AA4A;
}
.TagClassName
{
border-color: #D6AA4A;
}
</style>