Shades of Rob Roy #D6AD51
Tints of Rob Roy #D6AD51
RGB
CMYK
RGB Variations
Color information
#D6AD51 (or 0xD6AD51) is known color: Rob Roy. HEX triplet: D6, AD and 51. RGB value is (214,173,81). Sum of RGB (Red+Green+Blue) = 214+173+81=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 81 (32.03% from 255 or 17.31% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD51 is #2952AE. Grayscale: #AFAFAF. Windows color (decimal): -2708143 or 5352918. OLE color: 5352918.
HSL color Cylindrical-coordinate representation of color #D6AD51: hue angle of 41.5º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D6AD51 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 81 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.16 |
| HSL | 41.5º | 0.62% | 0.58% | - |
| HSV(B) | 41.5º | 0.62% | 0.84% | - |
| XYZ | 44.16 | 44.78 | 14.1 | - |
| YUV | 174.77 | 75.08 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 81 | 0 | 0.19 | 0.62 | 0.16 | 41.5 | 0.62 | 0.58 |
| Hex | D6 | AD | 51 | 0 | 13 | 3E | 10 | 2A | 3E | 3A |
| Octal | 326 | 255 | 121 | 0 | 23 | 76 | 20 | 52 | 76 | 72 |
| Binary | 11010110 | 10101101 | 1010001 | 0 | 10011 | 111110 | 10000 | 101010 | 111110 | 111010 |
Color Harmonies of #D6AD51
Complementary color
Monochromatic Colors of #D6AD51
Black with #D6AD51
Text Example
Text Example
White with #D6AD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD51; }
p { color: rgb(214,173,81); }
H1.HeaderClassName
{
color: #D6AD51;
}
.AnyTagClassName
{
color: #D6AD51;
}
</style>
background-color css
<style>
a { background-color: #D6AD51; }
a { background-color: rgb(214,173,81); }
div.DivClassName
{
background-color: #D6AD51;
}
.BgClassName
{
background-color: #D6AD51;
}
</style>
border-color css
<style>
span { border-color: #D6AD51; }
span { border-color: rgb(214,173,81); }
td.TdClassName
{
border-color: #D6AD51;
}
.TagClassName
{
border-color: #D6AD51;
}
</style>