Shades of Rob Roy #D6B055
Tints of Rob Roy #D6B055
RGB
CMYK
RGB Variations
Color information
#D6B055 (or 0xD6B055) is known color: Rob Roy. HEX triplet: D6, B0 and 55. RGB value is (214,176,85). Sum of RGB (Red+Green+Blue) = 214+176+85=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 85 (33.59% from 255 or 17.89% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B055 is #294FAA. Grayscale: #B1B1B1. Windows color (decimal): -2707371 or 5615830. OLE color: 5615830.
HSL color Cylindrical-coordinate representation of color #D6B055: hue angle of 42.33º degrees, saturation: 0.61, 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 #D6B055 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 85 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.16 |
| HSL | 42.33º | 0.61% | 0.59% | - |
| HSV(B) | 42.33º | 0.6% | 0.84% | - |
| XYZ | 44.9 | 46 | 15.11 | - |
| YUV | 176.99 | 76.09 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 85 | 0 | 0.18 | 0.60 | 0.16 | 42.33 | 0.61 | 0.59 |
| Hex | D6 | B0 | 55 | 0 | 12 | 3C | 10 | 2A | 3D | 3B |
| Octal | 326 | 260 | 125 | 0 | 22 | 74 | 20 | 52 | 75 | 73 |
| Binary | 11010110 | 10110000 | 1010101 | 0 | 10010 | 111100 | 10000 | 101010 | 111101 | 111011 |
Color Harmonies of #D6B055
Complementary color
Monochromatic Colors of #D6B055
Black with #D6B055
Text Example
Text Example
White with #D6B055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B055; }
p { color: rgb(214,176,85); }
H1.HeaderClassName
{
color: #D6B055;
}
.AnyTagClassName
{
color: #D6B055;
}
</style>
background-color css
<style>
a { background-color: #D6B055; }
a { background-color: rgb(214,176,85); }
div.DivClassName
{
background-color: #D6B055;
}
.BgClassName
{
background-color: #D6B055;
}
</style>
border-color css
<style>
span { border-color: #D6B055; }
span { border-color: rgb(214,176,85); }
td.TdClassName
{
border-color: #D6B055;
}
.TagClassName
{
border-color: #D6B055;
}
</style>