Shades of Rob Roy #D7A853
Tints of Rob Roy #D7A853
RGB
CMYK
RGB Variations
Color information
#D7A853 (or 0xD7A853) is known color: Rob Roy. HEX triplet: D7, A8 and 53. RGB value is (215,168,83). Sum of RGB (Red+Green+Blue) = 215+168+83=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A853 is #2857AC. Grayscale: #ACACAC. Windows color (decimal): -2643885 or 5482711. OLE color: 5482711.
HSL color Cylindrical-coordinate representation of color #D7A853: hue angle of 38.64º 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 #D7A853 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 168 | 83 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.16 |
| HSL | 38.64º | 0.62% | 0.58% | - |
| HSV(B) | 38.64º | 0.61% | 0.84% | - |
| XYZ | 43.59 | 43.08 | 14.2 | - |
| YUV | 172.36 | 77.57 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 168 | 83 | 0 | 0.22 | 0.61 | 0.16 | 38.64 | 0.62 | 0.58 |
| Hex | D7 | A8 | 53 | 0 | 16 | 3D | 10 | 27 | 3E | 3A |
| Octal | 327 | 250 | 123 | 0 | 26 | 75 | 20 | 47 | 76 | 72 |
| Binary | 11010111 | 10101000 | 1010011 | 0 | 10110 | 111101 | 10000 | 100111 | 111110 | 111010 |
Color Harmonies of #D7A853
Complementary color
Monochromatic Colors of #D7A853
Black with #D7A853
Text Example
Text Example
White with #D7A853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A853; }
p { color: rgb(215,168,83); }
H1.HeaderClassName
{
color: #D7A853;
}
.AnyTagClassName
{
color: #D7A853;
}
</style>
background-color css
<style>
a { background-color: #D7A853; }
a { background-color: rgb(215,168,83); }
div.DivClassName
{
background-color: #D7A853;
}
.BgClassName
{
background-color: #D7A853;
}
</style>
border-color css
<style>
span { border-color: #D7A853; }
span { border-color: rgb(215,168,83); }
td.TdClassName
{
border-color: #D7A853;
}
.TagClassName
{
border-color: #D7A853;
}
</style>