Shades of Rob Roy #D6B451
Tints of Rob Roy #D6B451
RGB
CMYK
RGB Variations
Color information
#D6B451 (or 0xD6B451) is known color: Rob Roy. HEX triplet: D6, B4 and 51. RGB value is (214,180,81). Sum of RGB (Red+Green+Blue) = 214+180+81=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 81 (32.03% from 255 or 17.05% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B451 is #294BAE. Grayscale: #B3B3B3. Windows color (decimal): -2706351 or 5354710. OLE color: 5354710.
HSL color Cylindrical-coordinate representation of color #D6B451: hue angle of 44.66º degrees, saturation: 0.62, 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 #D6B451 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 180 | 81 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.16 |
| HSL | 44.66º | 0.62% | 0.58% | - |
| HSV(B) | 44.66º | 0.62% | 0.84% | - |
| XYZ | 45.54 | 47.53 | 14.56 | - |
| YUV | 178.88 | 72.76 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 180 | 81 | 0 | 0.16 | 0.62 | 0.16 | 44.66 | 0.62 | 0.58 |
| Hex | D6 | B4 | 51 | 0 | 10 | 3E | 10 | 2D | 3E | 3A |
| Octal | 326 | 264 | 121 | 0 | 20 | 76 | 20 | 55 | 76 | 72 |
| Binary | 11010110 | 10110100 | 1010001 | 0 | 10000 | 111110 | 10000 | 101101 | 111110 | 111010 |
Color Harmonies of #D6B451
Complementary color
Monochromatic Colors of #D6B451
Black with #D6B451
Text Example
Text Example
White with #D6B451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B451; }
p { color: rgb(214,180,81); }
H1.HeaderClassName
{
color: #D6B451;
}
.AnyTagClassName
{
color: #D6B451;
}
</style>
background-color css
<style>
a { background-color: #D6B451; }
a { background-color: rgb(214,180,81); }
div.DivClassName
{
background-color: #D6B451;
}
.BgClassName
{
background-color: #D6B451;
}
</style>
border-color css
<style>
span { border-color: #D6B451; }
span { border-color: rgb(214,180,81); }
td.TdClassName
{
border-color: #D6B451;
}
.TagClassName
{
border-color: #D6B451;
}
</style>