Shades of Rob Roy #D7B14F
Tints of Rob Roy #D7B14F
RGB
CMYK
RGB Variations
Color information
#D7B14F (or 0xD7B14F) is known color: Rob Roy. HEX triplet: D7, B1 and 4F. RGB value is (215,177,79). Sum of RGB (Red+Green+Blue) = 215+177+79=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B14F is #284EB0. Grayscale: #B1B1B1. Windows color (decimal): -2641585 or 5222871. OLE color: 5222871.
HSL color Cylindrical-coordinate representation of color #D7B14F: hue angle of 43.24º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D7B14F is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 177 | 79 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.16 |
| HSL | 43.24º | 0.63% | 0.58% | - |
| HSV(B) | 43.24º | 0.63% | 0.84% | - |
| XYZ | 45.16 | 46.46 | 13.98 | - |
| YUV | 177.19 | 72.59 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 177 | 79 | 0 | 0.18 | 0.63 | 0.16 | 43.24 | 0.63 | 0.58 |
| Hex | D7 | B1 | 4F | 0 | 12 | 3F | 10 | 2B | 3F | 3A |
| Octal | 327 | 261 | 117 | 0 | 22 | 77 | 20 | 53 | 77 | 72 |
| Binary | 11010111 | 10110001 | 1001111 | 0 | 10010 | 111111 | 10000 | 101011 | 111111 | 111010 |
Color Harmonies of #D7B14F
Complementary color
Monochromatic Colors of #D7B14F
Black with #D7B14F
Text Example
Text Example
White with #D7B14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B14F; }
p { color: rgb(215,177,79); }
H1.HeaderClassName
{
color: #D7B14F;
}
.AnyTagClassName
{
color: #D7B14F;
}
</style>
background-color css
<style>
a { background-color: #D7B14F; }
a { background-color: rgb(215,177,79); }
div.DivClassName
{
background-color: #D7B14F;
}
.BgClassName
{
background-color: #D7B14F;
}
</style>
border-color css
<style>
span { border-color: #D7B14F; }
span { border-color: rgb(215,177,79); }
td.TdClassName
{
border-color: #D7B14F;
}
.TagClassName
{
border-color: #D7B14F;
}
</style>