Shades of Rob Roy #D6AF58
Tints of Rob Roy #D6AF58
RGB
CMYK
RGB Variations
Color information
#D6AF58 (or 0xD6AF58) is known color: Rob Roy. HEX triplet: D6, AF and 58. RGB value is (214,175,88). Sum of RGB (Red+Green+Blue) = 214+175+88=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 88 (34.77% from 255 or 18.45% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AF58 is #2950A7. Grayscale: #B1B1B1. Windows color (decimal): -2707624 or 5812182. OLE color: 5812182.
HSL color Cylindrical-coordinate representation of color #D6AF58: hue angle of 41.43º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6AF58 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 88 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.16 |
| HSL | 41.43º | 0.61% | 0.59% | - |
| HSV(B) | 41.43º | 0.59% | 0.84% | - |
| XYZ | 44.82 | 45.66 | 15.68 | - |
| YUV | 176.74 | 77.92 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 88 | 0 | 0.18 | 0.59 | 0.16 | 41.43 | 0.61 | 0.59 |
| Hex | D6 | AF | 58 | 0 | 12 | 3B | 10 | 29 | 3D | 3B |
| Octal | 326 | 257 | 130 | 0 | 22 | 73 | 20 | 51 | 75 | 73 |
| Binary | 11010110 | 10101111 | 1011000 | 0 | 10010 | 111011 | 10000 | 101001 | 111101 | 111011 |
Color Harmonies of #D6AF58
Complementary color
Monochromatic Colors of #D6AF58
Black with #D6AF58
Text Example
Text Example
White with #D6AF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF58; }
p { color: rgb(214,175,88); }
H1.HeaderClassName
{
color: #D6AF58;
}
.AnyTagClassName
{
color: #D6AF58;
}
</style>
background-color css
<style>
a { background-color: #D6AF58; }
a { background-color: rgb(214,175,88); }
div.DivClassName
{
background-color: #D6AF58;
}
.BgClassName
{
background-color: #D6AF58;
}
</style>
border-color css
<style>
span { border-color: #D6AF58; }
span { border-color: rgb(214,175,88); }
td.TdClassName
{
border-color: #D6AF58;
}
.TagClassName
{
border-color: #D6AF58;
}
</style>