Shades of Rob Roy #D6B053
Tints of Rob Roy #D6B053
RGB
CMYK
RGB Variations
Color information
#D6B053 (or 0xD6B053) is known color: Rob Roy. HEX triplet: D6, B0 and 53. RGB value is (214,176,83). Sum of RGB (Red+Green+Blue) = 214+176+83=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 83 (32.81% from 255 or 17.55% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B053 is #294FAC. Grayscale: #B1B1B1. Windows color (decimal): -2707373 or 5484758. OLE color: 5484758.
HSL color Cylindrical-coordinate representation of color #D6B053: hue angle of 42.6º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6B053 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 83 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.16 |
| HSL | 42.6º | 0.62% | 0.58% | - |
| HSV(B) | 42.6º | 0.61% | 0.84% | - |
| XYZ | 44.82 | 45.97 | 14.69 | - |
| YUV | 176.76 | 75.09 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 83 | 0 | 0.18 | 0.61 | 0.16 | 42.6 | 0.62 | 0.58 |
| Hex | D6 | B0 | 53 | 0 | 12 | 3D | 10 | 2B | 3E | 3A |
| Octal | 326 | 260 | 123 | 0 | 22 | 75 | 20 | 53 | 76 | 72 |
| Binary | 11010110 | 10110000 | 1010011 | 0 | 10010 | 111101 | 10000 | 101011 | 111110 | 111010 |
Color Harmonies of #D6B053
Complementary color
Monochromatic Colors of #D6B053
Black with #D6B053
Text Example
Text Example
White with #D6B053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B053; }
p { color: rgb(214,176,83); }
H1.HeaderClassName
{
color: #D6B053;
}
.AnyTagClassName
{
color: #D6B053;
}
</style>
background-color css
<style>
a { background-color: #D6B053; }
a { background-color: rgb(214,176,83); }
div.DivClassName
{
background-color: #D6B053;
}
.BgClassName
{
background-color: #D6B053;
}
</style>
border-color css
<style>
span { border-color: #D6B053; }
span { border-color: rgb(214,176,83); }
td.TdClassName
{
border-color: #D6B053;
}
.TagClassName
{
border-color: #D6B053;
}
</style>