Shades of Rob Roy #D7B054
Tints of Rob Roy #D7B054
RGB
CMYK
RGB Variations
Color information
#D7B054 (or 0xD7B054) is known color: Rob Roy. HEX triplet: D7, B0 and 54. RGB value is (215,176,84). Sum of RGB (Red+Green+Blue) = 215+176+84=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 84 (33.20% from 255 or 17.68% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B054 is #284FAB. Grayscale: #B1B1B1. Windows color (decimal): -2641836 or 5550295. OLE color: 5550295.
HSL color Cylindrical-coordinate representation of color #D7B054: hue angle of 42.14º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7B054 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 84 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.16 |
| HSL | 42.14º | 0.62% | 0.59% | - |
| HSV(B) | 42.14º | 0.61% | 0.84% | - |
| XYZ | 45.15 | 46.14 | 14.91 | - |
| YUV | 177.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 84 | 0 | 0.18 | 0.61 | 0.16 | 42.14 | 0.62 | 0.59 |
| Hex | D7 | B0 | 54 | 0 | 12 | 3D | 10 | 2A | 3E | 3B |
| Octal | 327 | 260 | 124 | 0 | 22 | 75 | 20 | 52 | 76 | 73 |
| Binary | 11010111 | 10110000 | 1010100 | 0 | 10010 | 111101 | 10000 | 101010 | 111110 | 111011 |
Color Harmonies of #D7B054
Complementary color
Monochromatic Colors of #D7B054
Black with #D7B054
Text Example
Text Example
White with #D7B054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B054; }
p { color: rgb(215,176,84); }
H1.HeaderClassName
{
color: #D7B054;
}
.AnyTagClassName
{
color: #D7B054;
}
</style>
background-color css
<style>
a { background-color: #D7B054; }
a { background-color: rgb(215,176,84); }
div.DivClassName
{
background-color: #D7B054;
}
.BgClassName
{
background-color: #D7B054;
}
</style>
border-color css
<style>
span { border-color: #D7B054; }
span { border-color: rgb(215,176,84); }
td.TdClassName
{
border-color: #D7B054;
}
.TagClassName
{
border-color: #D7B054;
}
</style>