Shades of Rob Roy #D7AF53
Tints of Rob Roy #D7AF53
RGB
CMYK
RGB Variations
Color information
#D7AF53 (or 0xD7AF53) is known color: Rob Roy. HEX triplet: D7, AF and 53. RGB value is (215,175,83). Sum of RGB (Red+Green+Blue) = 215+175+83=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 83 (32.81% from 255 or 17.55% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF53 is #2850AC. Grayscale: #B0B0B0. Windows color (decimal): -2642093 or 5484503. OLE color: 5484503.
HSL color Cylindrical-coordinate representation of color #D7AF53: hue angle of 41.82º degrees, saturation: 0.62, 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 #D7AF53 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 83 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.16 |
| HSL | 41.82º | 0.62% | 0.58% | - |
| HSV(B) | 41.82º | 0.61% | 0.84% | - |
| XYZ | 44.92 | 45.73 | 14.64 | - |
| YUV | 176.47 | 75.25 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 83 | 0 | 0.19 | 0.61 | 0.16 | 41.82 | 0.62 | 0.58 |
| Hex | D7 | AF | 53 | 0 | 13 | 3D | 10 | 2A | 3E | 3A |
| Octal | 327 | 257 | 123 | 0 | 23 | 75 | 20 | 52 | 76 | 72 |
| Binary | 11010111 | 10101111 | 1010011 | 0 | 10011 | 111101 | 10000 | 101010 | 111110 | 111010 |
Color Harmonies of #D7AF53
Complementary color
Monochromatic Colors of #D7AF53
Black with #D7AF53
Text Example
Text Example
White with #D7AF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF53; }
p { color: rgb(215,175,83); }
H1.HeaderClassName
{
color: #D7AF53;
}
.AnyTagClassName
{
color: #D7AF53;
}
</style>
background-color css
<style>
a { background-color: #D7AF53; }
a { background-color: rgb(215,175,83); }
div.DivClassName
{
background-color: #D7AF53;
}
.BgClassName
{
background-color: #D7AF53;
}
</style>
border-color css
<style>
span { border-color: #D7AF53; }
span { border-color: rgb(215,175,83); }
td.TdClassName
{
border-color: #D7AF53;
}
.TagClassName
{
border-color: #D7AF53;
}
</style>