Shades of Rob Roy #D7AC4D
Tints of Rob Roy #D7AC4D
RGB
CMYK
RGB Variations
Color information
#D7AC4D (or 0xD7AC4D) is known color: Rob Roy. HEX triplet: D7, AC and 4D. RGB value is (215,172,77). Sum of RGB (Red+Green+Blue) = 215+172+77=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AC4D is #2853B2. Grayscale: #AEAEAE. Windows color (decimal): -2642867 or 5090519. OLE color: 5090519.
HSL color Cylindrical-coordinate representation of color #D7AC4D: hue angle of 41.3º degrees, saturation: 0.63, 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 #D7AC4D is Cyan = 0, Magento = 0.2, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 172 | 77 | - |
| CMYK | 0 | 0.2 | 0.64 | 0.16 |
| HSL | 41.3º | 0.63% | 0.57% | - |
| HSV(B) | 41.3º | 0.64% | 0.84% | - |
| XYZ | 44.12 | 44.49 | 13.28 | - |
| YUV | 174.03 | 73.25 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 172 | 77 | 0 | 0.2 | 0.64 | 0.16 | 41.3 | 0.63 | 0.57 |
| Hex | D7 | AC | 4D | 0 | 14 | 40 | 10 | 29 | 3F | 39 |
| Octal | 327 | 254 | 115 | 0 | 24 | 100 | 20 | 51 | 77 | 71 |
| Binary | 11010111 | 10101100 | 1001101 | 0 | 10100 | 1000000 | 10000 | 101001 | 111111 | 111001 |
Color Harmonies of #D7AC4D
Complementary color
Monochromatic Colors of #D7AC4D
Black with #D7AC4D
Text Example
Text Example
White with #D7AC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AC4D; }
p { color: rgb(215,172,77); }
H1.HeaderClassName
{
color: #D7AC4D;
}
.AnyTagClassName
{
color: #D7AC4D;
}
</style>
background-color css
<style>
a { background-color: #D7AC4D; }
a { background-color: rgb(215,172,77); }
div.DivClassName
{
background-color: #D7AC4D;
}
.BgClassName
{
background-color: #D7AC4D;
}
</style>
border-color css
<style>
span { border-color: #D7AC4D; }
span { border-color: rgb(215,172,77); }
td.TdClassName
{
border-color: #D7AC4D;
}
.TagClassName
{
border-color: #D7AC4D;
}
</style>