Shades of Rob Roy #D4AA4E
Tints of Rob Roy #D4AA4E
RGB
CMYK
RGB Variations
Color information
#D4AA4E (or 0xD4AA4E) is known color: Rob Roy. HEX triplet: D4, AA and 4E. RGB value is (212,170,78). Sum of RGB (Red+Green+Blue) = 212+170+78=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AA4E is #2B55B1. Grayscale: #ACACAC. Windows color (decimal): -2839986 or 5155540. OLE color: 5155540.
HSL color Cylindrical-coordinate representation of color #D4AA4E: hue angle of 41.19º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4AA4E is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 78 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.17 |
| HSL | 41.19º | 0.61% | 0.57% | - |
| HSV(B) | 41.19º | 0.63% | 0.83% | - |
| XYZ | 42.9 | 43.3 | 13.3 | - |
| YUV | 172.07 | 74.91 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 78 | 0 | 0.20 | 0.63 | 0.17 | 41.19 | 0.61 | 0.57 |
| Hex | D4 | AA | 4E | 0 | 14 | 3F | 11 | 29 | 3D | 39 |
| Octal | 324 | 252 | 116 | 0 | 24 | 77 | 21 | 51 | 75 | 71 |
| Binary | 11010100 | 10101010 | 1001110 | 0 | 10100 | 111111 | 10001 | 101001 | 111101 | 111001 |
Color Harmonies of #D4AA4E
Complementary color
Monochromatic Colors of #D4AA4E
Black with #D4AA4E
Text Example
Text Example
White with #D4AA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AA4E; }
p { color: rgb(212,170,78); }
H1.HeaderClassName
{
color: #D4AA4E;
}
.AnyTagClassName
{
color: #D4AA4E;
}
</style>
background-color css
<style>
a { background-color: #D4AA4E; }
a { background-color: rgb(212,170,78); }
div.DivClassName
{
background-color: #D4AA4E;
}
.BgClassName
{
background-color: #D4AA4E;
}
</style>
border-color css
<style>
span { border-color: #D4AA4E; }
span { border-color: rgb(212,170,78); }
td.TdClassName
{
border-color: #D4AA4E;
}
.TagClassName
{
border-color: #D4AA4E;
}
</style>