Shades of Rob Roy #D7AD53
Tints of Rob Roy #D7AD53
RGB
CMYK
RGB Variations
Color information
#D7AD53 (or 0xD7AD53) is known color: Rob Roy. HEX triplet: D7, AD and 53. RGB value is (215,173,83). Sum of RGB (Red+Green+Blue) = 215+173+83=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 83 (32.81% from 255 or 17.62% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AD53 is #2852AC. Grayscale: #AFAFAF. Windows color (decimal): -2642605 or 5483991. OLE color: 5483991.
HSL color Cylindrical-coordinate representation of color #D7AD53: hue angle of 40.91º 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 #D7AD53 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 173 | 83 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.16 |
| HSL | 40.91º | 0.62% | 0.58% | - |
| HSV(B) | 40.91º | 0.61% | 0.84% | - |
| XYZ | 44.53 | 44.96 | 14.51 | - |
| YUV | 175.3 | 75.91 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 83 | 0 | 0.20 | 0.61 | 0.16 | 40.91 | 0.62 | 0.58 |
| Hex | D7 | AD | 53 | 0 | 14 | 3D | 10 | 29 | 3E | 3A |
| Octal | 327 | 255 | 123 | 0 | 24 | 75 | 20 | 51 | 76 | 72 |
| Binary | 11010111 | 10101101 | 1010011 | 0 | 10100 | 111101 | 10000 | 101001 | 111110 | 111010 |
Color Harmonies of #D7AD53
Complementary color
Monochromatic Colors of #D7AD53
Black with #D7AD53
Text Example
Text Example
White with #D7AD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AD53; }
p { color: rgb(215,173,83); }
H1.HeaderClassName
{
color: #D7AD53;
}
.AnyTagClassName
{
color: #D7AD53;
}
</style>
background-color css
<style>
a { background-color: #D7AD53; }
a { background-color: rgb(215,173,83); }
div.DivClassName
{
background-color: #D7AD53;
}
.BgClassName
{
background-color: #D7AD53;
}
</style>
border-color css
<style>
span { border-color: #D7AD53; }
span { border-color: rgb(215,173,83); }
td.TdClassName
{
border-color: #D7AD53;
}
.TagClassName
{
border-color: #D7AD53;
}
</style>