Shades of Rob Roy #D5AD53
Tints of Rob Roy #D5AD53
RGB
CMYK
RGB Variations
Color information
#D5AD53 (or 0xD5AD53) is known color: Rob Roy. HEX triplet: D5, AD and 53. RGB value is (213,173,83). Sum of RGB (Red+Green+Blue) = 213+173+83=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD53 is #2A52AC. Grayscale: #AFAFAF. Windows color (decimal): -2773677 or 5483989. OLE color: 5483989.
HSL color Cylindrical-coordinate representation of color #D5AD53: hue angle of 41.54º degrees, saturation: 0.61, 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 #D5AD53 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 83 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.16 |
| HSL | 41.54º | 0.61% | 0.58% | - |
| HSV(B) | 41.54º | 0.61% | 0.84% | - |
| XYZ | 43.95 | 44.66 | 14.49 | - |
| YUV | 174.7 | 76.25 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 83 | 0 | 0.19 | 0.61 | 0.16 | 41.54 | 0.61 | 0.58 |
| Hex | D5 | AD | 53 | 0 | 13 | 3D | 10 | 2A | 3D | 3A |
| Octal | 325 | 255 | 123 | 0 | 23 | 75 | 20 | 52 | 75 | 72 |
| Binary | 11010101 | 10101101 | 1010011 | 0 | 10011 | 111101 | 10000 | 101010 | 111101 | 111010 |
Color Harmonies of #D5AD53
Complementary color
Monochromatic Colors of #D5AD53
Black with #D5AD53
Text Example
Text Example
White with #D5AD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD53; }
p { color: rgb(213,173,83); }
H1.HeaderClassName
{
color: #D5AD53;
}
.AnyTagClassName
{
color: #D5AD53;
}
</style>
background-color css
<style>
a { background-color: #D5AD53; }
a { background-color: rgb(213,173,83); }
div.DivClassName
{
background-color: #D5AD53;
}
.BgClassName
{
background-color: #D5AD53;
}
</style>
border-color css
<style>
span { border-color: #D5AD53; }
span { border-color: rgb(213,173,83); }
td.TdClassName
{
border-color: #D5AD53;
}
.TagClassName
{
border-color: #D5AD53;
}
</style>