Shades of Rob Roy #D5AF56
Tints of Rob Roy #D5AF56
RGB
CMYK
RGB Variations
Color information
#D5AF56 (or 0xD5AF56) is known color: Rob Roy. HEX triplet: D5, AF and 56. RGB value is (213,175,86). Sum of RGB (Red+Green+Blue) = 213+175+86=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF56 is #2A50A9. Grayscale: #B0B0B0. Windows color (decimal): -2773162 or 5681109. OLE color: 5681109.
HSL color Cylindrical-coordinate representation of color #D5AF56: hue angle of 42.05º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5AF56 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 86 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.16 |
| HSL | 42.05º | 0.6% | 0.59% | - |
| HSV(B) | 42.05º | 0.6% | 0.84% | - |
| XYZ | 44.45 | 45.48 | 15.24 | - |
| YUV | 176.22 | 77.09 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 86 | 0 | 0.18 | 0.60 | 0.16 | 42.05 | 0.6 | 0.59 |
| Hex | D5 | AF | 56 | 0 | 12 | 3C | 10 | 2A | 3C | 3B |
| Octal | 325 | 257 | 126 | 0 | 22 | 74 | 20 | 52 | 74 | 73 |
| Binary | 11010101 | 10101111 | 1010110 | 0 | 10010 | 111100 | 10000 | 101010 | 111100 | 111011 |
Color Harmonies of #D5AF56
Complementary color
Monochromatic Colors of #D5AF56
Black with #D5AF56
Text Example
Text Example
White with #D5AF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF56; }
p { color: rgb(213,175,86); }
H1.HeaderClassName
{
color: #D5AF56;
}
.AnyTagClassName
{
color: #D5AF56;
}
</style>
background-color css
<style>
a { background-color: #D5AF56; }
a { background-color: rgb(213,175,86); }
div.DivClassName
{
background-color: #D5AF56;
}
.BgClassName
{
background-color: #D5AF56;
}
</style>
border-color css
<style>
span { border-color: #D5AF56; }
span { border-color: rgb(213,175,86); }
td.TdClassName
{
border-color: #D5AF56;
}
.TagClassName
{
border-color: #D5AF56;
}
</style>