Shades of Rob Roy #D8A553
Tints of Rob Roy #D8A553
RGB
CMYK
RGB Variations
Color information
#D8A553 (or 0xD8A553) is known color: Rob Roy. HEX triplet: D8, A5 and 53. RGB value is (216,165,83). Sum of RGB (Red+Green+Blue) = 216+165+83=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A553 is #275AAC. Grayscale: #ABABAB. Windows color (decimal): -2579117 or 5481944. OLE color: 5481944.
HSL color Cylindrical-coordinate representation of color #D8A553: hue angle of 36.99º 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 #D8A553 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 165 | 83 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.15 |
| HSL | 36.99º | 0.63% | 0.59% | - |
| HSV(B) | 36.99º | 0.62% | 0.85% | - |
| XYZ | 43.34 | 42.13 | 14.03 | - |
| YUV | 170.9 | 78.4 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 165 | 83 | 0 | 0.24 | 0.62 | 0.15 | 36.99 | 0.63 | 0.59 |
| Hex | D8 | A5 | 53 | 0 | 18 | 3E | F | 25 | 3F | 3B |
| Octal | 330 | 245 | 123 | 0 | 30 | 76 | 17 | 45 | 77 | 73 |
| Binary | 11011000 | 10100101 | 1010011 | 0 | 11000 | 111110 | 1111 | 100101 | 111111 | 111011 |
Color Harmonies of #D8A553
Complementary color
Monochromatic Colors of #D8A553
Black with #D8A553
Text Example
Text Example
White with #D8A553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A553; }
p { color: rgb(216,165,83); }
H1.HeaderClassName
{
color: #D8A553;
}
.AnyTagClassName
{
color: #D8A553;
}
</style>
background-color css
<style>
a { background-color: #D8A553; }
a { background-color: rgb(216,165,83); }
div.DivClassName
{
background-color: #D8A553;
}
.BgClassName
{
background-color: #D8A553;
}
</style>
border-color css
<style>
span { border-color: #D8A553; }
span { border-color: rgb(216,165,83); }
td.TdClassName
{
border-color: #D8A553;
}
.TagClassName
{
border-color: #D8A553;
}
</style>