Shades of Rob Roy #D5A648
Tints of Rob Roy #D5A648
RGB
CMYK
RGB Variations
Color information
#D5A648 (or 0xD5A648) is known color: Rob Roy. HEX triplet: D5, A6 and 48. RGB value is (213,166,72). Sum of RGB (Red+Green+Blue) = 213+166+72=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 72 (28.52% from 255 or 15.96% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A648 is #2A59B7. Grayscale: #A9A9A9. Windows color (decimal): -2775480 or 4761301. OLE color: 4761301.
HSL color Cylindrical-coordinate representation of color #D5A648: hue angle of 40º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5A648 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 166 | 72 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.16 |
| HSL | 40º | 0.63% | 0.56% | - |
| HSV(B) | 40º | 0.66% | 0.84% | - |
| XYZ | 42.25 | 41.89 | 11.99 | - |
| YUV | 169.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 166 | 72 | 0 | 0.22 | 0.66 | 0.16 | 40 | 0.63 | 0.56 |
| Hex | D5 | A6 | 48 | 0 | 16 | 42 | 10 | 28 | 3F | 38 |
| Octal | 325 | 246 | 110 | 0 | 26 | 102 | 20 | 50 | 77 | 70 |
| Binary | 11010101 | 10100110 | 1001000 | 0 | 10110 | 1000010 | 10000 | 101000 | 111111 | 111000 |
Color Harmonies of #D5A648
Complementary color
Monochromatic Colors of #D5A648
Black with #D5A648
Text Example
Text Example
White with #D5A648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A648; }
p { color: rgb(213,166,72); }
H1.HeaderClassName
{
color: #D5A648;
}
.AnyTagClassName
{
color: #D5A648;
}
</style>
background-color css
<style>
a { background-color: #D5A648; }
a { background-color: rgb(213,166,72); }
div.DivClassName
{
background-color: #D5A648;
}
.BgClassName
{
background-color: #D5A648;
}
</style>
border-color css
<style>
span { border-color: #D5A648; }
span { border-color: rgb(213,166,72); }
td.TdClassName
{
border-color: #D5A648;
}
.TagClassName
{
border-color: #D5A648;
}
</style>