Shades of Rob Roy #D8B751
Tints of Rob Roy #D8B751
RGB
CMYK
RGB Variations
Color information
#D8B751 (or 0xD8B751) is known color: Rob Roy. HEX triplet: D8, B7 and 51. RGB value is (216,183,81). Sum of RGB (Red+Green+Blue) = 216+183+81=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 81 (32.03% from 255 or 16.88% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B751 is #2748AE. Grayscale: #B5B5B5. Windows color (decimal): -2574511 or 5355480. OLE color: 5355480.
HSL color Cylindrical-coordinate representation of color #D8B751: hue angle of 45.33º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8B751 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 81 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.15 |
| HSL | 45.33º | 0.63% | 0.58% | - |
| HSV(B) | 45.33º | 0.63% | 0.85% | - |
| XYZ | 46.74 | 49.06 | 14.79 | - |
| YUV | 181.24 | 71.43 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 81 | 0 | 0.15 | 0.62 | 0.15 | 45.33 | 0.63 | 0.58 |
| Hex | D8 | B7 | 51 | 0 | F | 3E | F | 2D | 3F | 3A |
| Octal | 330 | 267 | 121 | 0 | 17 | 76 | 17 | 55 | 77 | 72 |
| Binary | 11011000 | 10110111 | 1010001 | 0 | 1111 | 111110 | 1111 | 101101 | 111111 | 111010 |
Color Harmonies of #D8B751
Complementary color
Monochromatic Colors of #D8B751
Black with #D8B751
Text Example
Text Example
White with #D8B751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B751; }
p { color: rgb(216,183,81); }
H1.HeaderClassName
{
color: #D8B751;
}
.AnyTagClassName
{
color: #D8B751;
}
</style>
background-color css
<style>
a { background-color: #D8B751; }
a { background-color: rgb(216,183,81); }
div.DivClassName
{
background-color: #D8B751;
}
.BgClassName
{
background-color: #D8B751;
}
</style>
border-color css
<style>
span { border-color: #D8B751; }
span { border-color: rgb(216,183,81); }
td.TdClassName
{
border-color: #D8B751;
}
.TagClassName
{
border-color: #D8B751;
}
</style>