Shades of Rob Roy #D6B355
Tints of Rob Roy #D6B355
RGB
CMYK
RGB Variations
Color information
#D6B355 (or 0xD6B355) is known color: Rob Roy. HEX triplet: D6, B3 and 55. RGB value is (214,179,85). Sum of RGB (Red+Green+Blue) = 214+179+85=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B355 is #294CAA. Grayscale: #B3B3B3. Windows color (decimal): -2706603 or 5616598. OLE color: 5616598.
HSL color Cylindrical-coordinate representation of color #D6B355: hue angle of 43.72º 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 #D6B355 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 85 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.16 |
| HSL | 43.72º | 0.61% | 0.59% | - |
| HSV(B) | 43.72º | 0.6% | 0.84% | - |
| XYZ | 45.49 | 47.19 | 15.31 | - |
| YUV | 178.75 | 75.1 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 85 | 0 | 0.16 | 0.60 | 0.16 | 43.72 | 0.61 | 0.59 |
| Hex | D6 | B3 | 55 | 0 | 10 | 3C | 10 | 2C | 3D | 3B |
| Octal | 326 | 263 | 125 | 0 | 20 | 74 | 20 | 54 | 75 | 73 |
| Binary | 11010110 | 10110011 | 1010101 | 0 | 10000 | 111100 | 10000 | 101100 | 111101 | 111011 |
Color Harmonies of #D6B355
Complementary color
Monochromatic Colors of #D6B355
Black with #D6B355
Text Example
Text Example
White with #D6B355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B355; }
p { color: rgb(214,179,85); }
H1.HeaderClassName
{
color: #D6B355;
}
.AnyTagClassName
{
color: #D6B355;
}
</style>
background-color css
<style>
a { background-color: #D6B355; }
a { background-color: rgb(214,179,85); }
div.DivClassName
{
background-color: #D6B355;
}
.BgClassName
{
background-color: #D6B355;
}
</style>
border-color css
<style>
span { border-color: #D6B355; }
span { border-color: rgb(214,179,85); }
td.TdClassName
{
border-color: #D6B355;
}
.TagClassName
{
border-color: #D6B355;
}
</style>