Shades of Rob Roy #D7B051
Tints of Rob Roy #D7B051
RGB
CMYK
RGB Variations
Color information
#D7B051 (or 0xD7B051) is known color: Rob Roy. HEX triplet: D7, B0 and 51. RGB value is (215,176,81). Sum of RGB (Red+Green+Blue) = 215+176+81=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 81 (32.03% from 255 or 17.16% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B051 is #284FAE. Grayscale: #B1B1B1. Windows color (decimal): -2641839 or 5353687. OLE color: 5353687.
HSL color Cylindrical-coordinate representation of color #D7B051: hue angle of 42.54º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D7B051 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 81 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.16 |
| HSL | 42.54º | 0.63% | 0.58% | - |
| HSV(B) | 42.54º | 0.62% | 0.84% | - |
| XYZ | 45.03 | 46.09 | 14.31 | - |
| YUV | 176.83 | 73.92 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 81 | 0 | 0.18 | 0.62 | 0.16 | 42.54 | 0.63 | 0.58 |
| Hex | D7 | B0 | 51 | 0 | 12 | 3E | 10 | 2B | 3F | 3A |
| Octal | 327 | 260 | 121 | 0 | 22 | 76 | 20 | 53 | 77 | 72 |
| Binary | 11010111 | 10110000 | 1010001 | 0 | 10010 | 111110 | 10000 | 101011 | 111111 | 111010 |
Color Harmonies of #D7B051
Complementary color
Monochromatic Colors of #D7B051
Black with #D7B051
Text Example
Text Example
White with #D7B051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B051; }
p { color: rgb(215,176,81); }
H1.HeaderClassName
{
color: #D7B051;
}
.AnyTagClassName
{
color: #D7B051;
}
</style>
background-color css
<style>
a { background-color: #D7B051; }
a { background-color: rgb(215,176,81); }
div.DivClassName
{
background-color: #D7B051;
}
.BgClassName
{
background-color: #D7B051;
}
</style>
border-color css
<style>
span { border-color: #D7B051; }
span { border-color: rgb(215,176,81); }
td.TdClassName
{
border-color: #D7B051;
}
.TagClassName
{
border-color: #D7B051;
}
</style>