Shades of Rob Roy #D7B356
Tints of Rob Roy #D7B356
RGB
CMYK
RGB Variations
Color information
#D7B356 (or 0xD7B356) is known color: Rob Roy. HEX triplet: D7, B3 and 56. RGB value is (215,179,86). Sum of RGB (Red+Green+Blue) = 215+179+86=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 86 (33.98% from 255 or 17.92% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B356 is #284CA9. Grayscale: #B3B3B3. Windows color (decimal): -2641066 or 5682135. OLE color: 5682135.
HSL color Cylindrical-coordinate representation of color #D7B356: hue angle of 43.26º 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 #D7B356 is Cyan = 0, Magento = 0.17, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 179 | 86 | - |
| CMYK | 0 | 0.17 | 0.6 | 0.16 |
| HSL | 43.26º | 0.62% | 0.59% | - |
| HSV(B) | 43.26º | 0.6% | 0.84% | - |
| XYZ | 45.82 | 47.36 | 15.53 | - |
| YUV | 179.16 | 75.43 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 179 | 86 | 0 | 0.17 | 0.6 | 0.16 | 43.26 | 0.62 | 0.59 |
| Hex | D7 | B3 | 56 | 0 | 11 | 3C | 10 | 2B | 3E | 3B |
| Octal | 327 | 263 | 126 | 0 | 21 | 74 | 20 | 53 | 76 | 73 |
| Binary | 11010111 | 10110011 | 1010110 | 0 | 10001 | 111100 | 10000 | 101011 | 111110 | 111011 |
Color Harmonies of #D7B356
Complementary color
Monochromatic Colors of #D7B356
Black with #D7B356
Text Example
Text Example
White with #D7B356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B356; }
p { color: rgb(215,179,86); }
H1.HeaderClassName
{
color: #D7B356;
}
.AnyTagClassName
{
color: #D7B356;
}
</style>
background-color css
<style>
a { background-color: #D7B356; }
a { background-color: rgb(215,179,86); }
div.DivClassName
{
background-color: #D7B356;
}
.BgClassName
{
background-color: #D7B356;
}
</style>
border-color css
<style>
span { border-color: #D7B356; }
span { border-color: rgb(215,179,86); }
td.TdClassName
{
border-color: #D7B356;
}
.TagClassName
{
border-color: #D7B356;
}
</style>