Shades of Rob Roy #D7B256
Tints of Rob Roy #D7B256
RGB
CMYK
RGB Variations
Color information
#D7B256 (or 0xD7B256) is known color: Rob Roy. HEX triplet: D7, B2 and 56. RGB value is (215,178,86). Sum of RGB (Red+Green+Blue) = 215+178+86=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B256 is #284DA9. Grayscale: #B2B2B2. Windows color (decimal): -2641322 or 5681879. OLE color: 5681879.
HSL color Cylindrical-coordinate representation of color #D7B256: hue angle of 42.79º degrees, saturation: 0.62, 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 #D7B256 is Cyan = 0, Magento = 0.17, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 178 | 86 | - |
| CMYK | 0 | 0.17 | 0.6 | 0.16 |
| HSL | 42.79º | 0.62% | 0.59% | - |
| HSV(B) | 42.79º | 0.6% | 0.84% | - |
| XYZ | 45.62 | 46.96 | 15.46 | - |
| YUV | 178.58 | 75.76 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 178 | 86 | 0 | 0.17 | 0.6 | 0.16 | 42.79 | 0.62 | 0.59 |
| Hex | D7 | B2 | 56 | 0 | 11 | 3C | 10 | 2B | 3E | 3B |
| Octal | 327 | 262 | 126 | 0 | 21 | 74 | 20 | 53 | 76 | 73 |
| Binary | 11010111 | 10110010 | 1010110 | 0 | 10001 | 111100 | 10000 | 101011 | 111110 | 111011 |
Color Harmonies of #D7B256
Complementary color
Monochromatic Colors of #D7B256
Black with #D7B256
Text Example
Text Example
White with #D7B256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B256; }
p { color: rgb(215,178,86); }
H1.HeaderClassName
{
color: #D7B256;
}
.AnyTagClassName
{
color: #D7B256;
}
</style>
background-color css
<style>
a { background-color: #D7B256; }
a { background-color: rgb(215,178,86); }
div.DivClassName
{
background-color: #D7B256;
}
.BgClassName
{
background-color: #D7B256;
}
</style>
border-color css
<style>
span { border-color: #D7B256; }
span { border-color: rgb(215,178,86); }
td.TdClassName
{
border-color: #D7B256;
}
.TagClassName
{
border-color: #D7B256;
}
</style>