Shades of Rob Roy #D8A453
Tints of Rob Roy #D8A453
RGB
CMYK
RGB Variations
Color information
#D8A453 (or 0xD8A453) is known color: Rob Roy. HEX triplet: D8, A4 and 53. RGB value is (216,164,83). Sum of RGB (Red+Green+Blue) = 216+164+83=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A453 is #275BAC. Grayscale: #AAAAAA. Windows color (decimal): -2579373 or 5481688. OLE color: 5481688.
HSL color Cylindrical-coordinate representation of color #D8A453: hue angle of 36.54º 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 #D8A453 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 164 | 83 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.15 |
| HSL | 36.54º | 0.63% | 0.59% | - |
| HSV(B) | 36.54º | 0.62% | 0.85% | - |
| XYZ | 43.16 | 41.77 | 13.97 | - |
| YUV | 170.31 | 78.73 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 164 | 83 | 0 | 0.24 | 0.62 | 0.15 | 36.54 | 0.63 | 0.59 |
| Hex | D8 | A4 | 53 | 0 | 18 | 3E | F | 25 | 3F | 3B |
| Octal | 330 | 244 | 123 | 0 | 30 | 76 | 17 | 45 | 77 | 73 |
| Binary | 11011000 | 10100100 | 1010011 | 0 | 11000 | 111110 | 1111 | 100101 | 111111 | 111011 |
Color Harmonies of #D8A453
Complementary color
Monochromatic Colors of #D8A453
Black with #D8A453
Text Example
Text Example
White with #D8A453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A453; }
p { color: rgb(216,164,83); }
H1.HeaderClassName
{
color: #D8A453;
}
.AnyTagClassName
{
color: #D8A453;
}
</style>
background-color css
<style>
a { background-color: #D8A453; }
a { background-color: rgb(216,164,83); }
div.DivClassName
{
background-color: #D8A453;
}
.BgClassName
{
background-color: #D8A453;
}
</style>
border-color css
<style>
span { border-color: #D8A453; }
span { border-color: rgb(216,164,83); }
td.TdClassName
{
border-color: #D8A453;
}
.TagClassName
{
border-color: #D8A453;
}
</style>