Shades of Rob Roy #D9B151
Tints of Rob Roy #D9B151
RGB
CMYK
RGB Variations
Color information
#D9B151 (or 0xD9B151) is known color: Rob Roy. HEX triplet: D9, B1 and 51. RGB value is (217,177,81). Sum of RGB (Red+Green+Blue) = 217+177+81=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 81 (32.03% from 255 or 17.05% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B151 is #264EAE. Grayscale: #B2B2B2. Windows color (decimal): -2510511 or 5353945. OLE color: 5353945.
HSL color Cylindrical-coordinate representation of color #D9B151: hue angle of 42.35º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D9B151 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 177 | 81 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.15 |
| HSL | 42.35º | 0.64% | 0.58% | - |
| HSV(B) | 42.35º | 0.63% | 0.85% | - |
| XYZ | 45.82 | 46.79 | 14.4 | - |
| YUV | 178.02 | 73.25 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 177 | 81 | 0 | 0.18 | 0.63 | 0.15 | 42.35 | 0.64 | 0.58 |
| Hex | D9 | B1 | 51 | 0 | 12 | 3F | F | 2A | 40 | 3A |
| Octal | 331 | 261 | 121 | 0 | 22 | 77 | 17 | 52 | 100 | 72 |
| Binary | 11011001 | 10110001 | 1010001 | 0 | 10010 | 111111 | 1111 | 101010 | 1000000 | 111010 |
Color Harmonies of #D9B151
Complementary color
Monochromatic Colors of #D9B151
Black with #D9B151
Text Example
Text Example
White with #D9B151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B151; }
p { color: rgb(217,177,81); }
H1.HeaderClassName
{
color: #D9B151;
}
.AnyTagClassName
{
color: #D9B151;
}
</style>
background-color css
<style>
a { background-color: #D9B151; }
a { background-color: rgb(217,177,81); }
div.DivClassName
{
background-color: #D9B151;
}
.BgClassName
{
background-color: #D9B151;
}
</style>
border-color css
<style>
span { border-color: #D9B151; }
span { border-color: rgb(217,177,81); }
td.TdClassName
{
border-color: #D9B151;
}
.TagClassName
{
border-color: #D9B151;
}
</style>