Shades of Rob Roy #D7B255
Tints of Rob Roy #D7B255
RGB
CMYK
RGB Variations
Color information
#D7B255 (or 0xD7B255) is known color: Rob Roy. HEX triplet: D7, B2 and 55. RGB value is (215,178,85). Sum of RGB (Red+Green+Blue) = 215+178+85=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B255 is #284DAA. Grayscale: #B2B2B2. Windows color (decimal): -2641323 or 5616343. OLE color: 5616343.
HSL color Cylindrical-coordinate representation of color #D7B255: hue angle of 42.92º 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 #D7B255 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 178 | 85 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.16 |
| HSL | 42.92º | 0.62% | 0.59% | - |
| HSV(B) | 42.92º | 0.6% | 0.84% | - |
| XYZ | 45.58 | 46.94 | 15.25 | - |
| YUV | 178.46 | 75.26 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 178 | 85 | 0 | 0.17 | 0.60 | 0.16 | 42.92 | 0.62 | 0.59 |
| Hex | D7 | B2 | 55 | 0 | 11 | 3C | 10 | 2B | 3E | 3B |
| Octal | 327 | 262 | 125 | 0 | 21 | 74 | 20 | 53 | 76 | 73 |
| Binary | 11010111 | 10110010 | 1010101 | 0 | 10001 | 111100 | 10000 | 101011 | 111110 | 111011 |
Color Harmonies of #D7B255
Complementary color
Monochromatic Colors of #D7B255
Black with #D7B255
Text Example
Text Example
White with #D7B255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B255; }
p { color: rgb(215,178,85); }
H1.HeaderClassName
{
color: #D7B255;
}
.AnyTagClassName
{
color: #D7B255;
}
</style>
background-color css
<style>
a { background-color: #D7B255; }
a { background-color: rgb(215,178,85); }
div.DivClassName
{
background-color: #D7B255;
}
.BgClassName
{
background-color: #D7B255;
}
</style>
border-color css
<style>
span { border-color: #D7B255; }
span { border-color: rgb(215,178,85); }
td.TdClassName
{
border-color: #D7B255;
}
.TagClassName
{
border-color: #D7B255;
}
</style>