Shades of Rob Roy #D8AD53
Tints of Rob Roy #D8AD53
RGB
CMYK
RGB Variations
Color information
#D8AD53 (or 0xD8AD53) is known color: Rob Roy. HEX triplet: D8, AD and 53. RGB value is (216,173,83). Sum of RGB (Red+Green+Blue) = 216+173+83=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 83 (32.81% from 255 or 17.58% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AD53 is #2752AC. Grayscale: #B0B0B0. Windows color (decimal): -2577069 or 5483992. OLE color: 5483992.
HSL color Cylindrical-coordinate representation of color #D8AD53: hue angle of 40.6º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8AD53 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 83 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.15 |
| HSL | 40.6º | 0.63% | 0.59% | - |
| HSV(B) | 40.6º | 0.62% | 0.85% | - |
| XYZ | 44.82 | 45.11 | 14.53 | - |
| YUV | 175.6 | 75.75 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 83 | 0 | 0.20 | 0.62 | 0.15 | 40.6 | 0.63 | 0.59 |
| Hex | D8 | AD | 53 | 0 | 14 | 3E | F | 29 | 3F | 3B |
| Octal | 330 | 255 | 123 | 0 | 24 | 76 | 17 | 51 | 77 | 73 |
| Binary | 11011000 | 10101101 | 1010011 | 0 | 10100 | 111110 | 1111 | 101001 | 111111 | 111011 |
Color Harmonies of #D8AD53
Complementary color
Monochromatic Colors of #D8AD53
Black with #D8AD53
Text Example
Text Example
White with #D8AD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AD53; }
p { color: rgb(216,173,83); }
H1.HeaderClassName
{
color: #D8AD53;
}
.AnyTagClassName
{
color: #D8AD53;
}
</style>
background-color css
<style>
a { background-color: #D8AD53; }
a { background-color: rgb(216,173,83); }
div.DivClassName
{
background-color: #D8AD53;
}
.BgClassName
{
background-color: #D8AD53;
}
</style>
border-color css
<style>
span { border-color: #D8AD53; }
span { border-color: rgb(216,173,83); }
td.TdClassName
{
border-color: #D8AD53;
}
.TagClassName
{
border-color: #D8AD53;
}
</style>