Shades of Rob Roy #D5AD55
Tints of Rob Roy #D5AD55
RGB
CMYK
RGB Variations
Color information
#D5AD55 (or 0xD5AD55) is known color: Rob Roy. HEX triplet: D5, AD and 55. RGB value is (213,173,85). Sum of RGB (Red+Green+Blue) = 213+173+85=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD55 is #2A52AA. Grayscale: #AFAFAF. Windows color (decimal): -2773675 or 5615061. OLE color: 5615061.
HSL color Cylindrical-coordinate representation of color #D5AD55: hue angle of 41.25º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5AD55 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 85 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.16 |
| HSL | 41.25º | 0.6% | 0.58% | - |
| HSV(B) | 41.25º | 0.6% | 0.84% | - |
| XYZ | 44.02 | 44.69 | 14.9 | - |
| YUV | 174.93 | 77.25 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 85 | 0 | 0.19 | 0.60 | 0.16 | 41.25 | 0.6 | 0.58 |
| Hex | D5 | AD | 55 | 0 | 13 | 3C | 10 | 29 | 3C | 3A |
| Octal | 325 | 255 | 125 | 0 | 23 | 74 | 20 | 51 | 74 | 72 |
| Binary | 11010101 | 10101101 | 1010101 | 0 | 10011 | 111100 | 10000 | 101001 | 111100 | 111010 |
Color Harmonies of #D5AD55
Complementary color
Monochromatic Colors of #D5AD55
Black with #D5AD55
Text Example
Text Example
White with #D5AD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD55; }
p { color: rgb(213,173,85); }
H1.HeaderClassName
{
color: #D5AD55;
}
.AnyTagClassName
{
color: #D5AD55;
}
</style>
background-color css
<style>
a { background-color: #D5AD55; }
a { background-color: rgb(213,173,85); }
div.DivClassName
{
background-color: #D5AD55;
}
.BgClassName
{
background-color: #D5AD55;
}
</style>
border-color css
<style>
span { border-color: #D5AD55; }
span { border-color: rgb(213,173,85); }
td.TdClassName
{
border-color: #D5AD55;
}
.TagClassName
{
border-color: #D5AD55;
}
</style>