Shades of Rob Roy #D9B451
Tints of Rob Roy #D9B451
RGB
CMYK
RGB Variations
Color information
#D9B451 (or 0xD9B451) is known color: Rob Roy. HEX triplet: D9, B4 and 51. RGB value is (217,180,81). Sum of RGB (Red+Green+Blue) = 217+180+81=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 81 (32.03% from 255 or 16.95% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B451 is #264BAE. Grayscale: #B4B4B4. Windows color (decimal): -2509743 or 5354713. OLE color: 5354713.
HSL color Cylindrical-coordinate representation of color #D9B451: hue angle of 43.68º 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 #D9B451 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 180 | 81 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.15 |
| HSL | 43.68º | 0.64% | 0.58% | - |
| HSV(B) | 43.68º | 0.63% | 0.85% | - |
| XYZ | 46.42 | 47.99 | 14.6 | - |
| YUV | 179.78 | 72.26 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 180 | 81 | 0 | 0.17 | 0.63 | 0.15 | 43.68 | 0.64 | 0.58 |
| Hex | D9 | B4 | 51 | 0 | 11 | 3F | F | 2C | 40 | 3A |
| Octal | 331 | 264 | 121 | 0 | 21 | 77 | 17 | 54 | 100 | 72 |
| Binary | 11011001 | 10110100 | 1010001 | 0 | 10001 | 111111 | 1111 | 101100 | 1000000 | 111010 |
Color Harmonies of #D9B451
Complementary color
Monochromatic Colors of #D9B451
Black with #D9B451
Text Example
Text Example
White with #D9B451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B451; }
p { color: rgb(217,180,81); }
H1.HeaderClassName
{
color: #D9B451;
}
.AnyTagClassName
{
color: #D9B451;
}
</style>
background-color css
<style>
a { background-color: #D9B451; }
a { background-color: rgb(217,180,81); }
div.DivClassName
{
background-color: #D9B451;
}
.BgClassName
{
background-color: #D9B451;
}
</style>
border-color css
<style>
span { border-color: #D9B451; }
span { border-color: rgb(217,180,81); }
td.TdClassName
{
border-color: #D9B451;
}
.TagClassName
{
border-color: #D9B451;
}
</style>