Shades of Rob Roy #D5AA4C
Tints of Rob Roy #D5AA4C
RGB
CMYK
RGB Variations
Color information
#D5AA4C (or 0xD5AA4C) is known color: Rob Roy. HEX triplet: D5, AA and 4C. RGB value is (213,170,76). Sum of RGB (Red+Green+Blue) = 213+170+76=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AA4C is #2A55B3. Grayscale: #ACACAC. Windows color (decimal): -2774452 or 5024469. OLE color: 5024469.
HSL color Cylindrical-coordinate representation of color #D5AA4C: hue angle of 41.17º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5AA4C is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 170 | 76 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.16 |
| HSL | 41.17º | 0.62% | 0.57% | - |
| HSV(B) | 41.17º | 0.64% | 0.84% | - |
| XYZ | 43.12 | 43.42 | 12.95 | - |
| YUV | 172.14 | 73.75 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 76 | 0 | 0.20 | 0.64 | 0.16 | 41.17 | 0.62 | 0.57 |
| Hex | D5 | AA | 4C | 0 | 14 | 40 | 10 | 29 | 3E | 39 |
| Octal | 325 | 252 | 114 | 0 | 24 | 100 | 20 | 51 | 76 | 71 |
| Binary | 11010101 | 10101010 | 1001100 | 0 | 10100 | 1000000 | 10000 | 101001 | 111110 | 111001 |
Color Harmonies of #D5AA4C
Complementary color
Monochromatic Colors of #D5AA4C
Black with #D5AA4C
Text Example
Text Example
White with #D5AA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AA4C; }
p { color: rgb(213,170,76); }
H1.HeaderClassName
{
color: #D5AA4C;
}
.AnyTagClassName
{
color: #D5AA4C;
}
</style>
background-color css
<style>
a { background-color: #D5AA4C; }
a { background-color: rgb(213,170,76); }
div.DivClassName
{
background-color: #D5AA4C;
}
.BgClassName
{
background-color: #D5AA4C;
}
</style>
border-color css
<style>
span { border-color: #D5AA4C; }
span { border-color: rgb(213,170,76); }
td.TdClassName
{
border-color: #D5AA4C;
}
.TagClassName
{
border-color: #D5AA4C;
}
</style>