Shades of Rob Roy #D7B14A
Tints of Rob Roy #D7B14A
RGB
CMYK
RGB Variations
Color information
#D7B14A (or 0xD7B14A) is known color: Rob Roy. HEX triplet: D7, B1 and 4A. RGB value is (215,177,74). Sum of RGB (Red+Green+Blue) = 215+177+74=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B14A is #284EB5. Grayscale: #B1B1B1. Windows color (decimal): -2641590 or 4895191. OLE color: 4895191.
HSL color Cylindrical-coordinate representation of color #D7B14A: hue angle of 43.83º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7B14A is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 177 | 74 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.16 |
| HSL | 43.83º | 0.64% | 0.57% | - |
| HSV(B) | 43.83º | 0.66% | 0.84% | - |
| XYZ | 44.98 | 46.39 | 13.06 | - |
| YUV | 176.62 | 70.09 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 177 | 74 | 0 | 0.18 | 0.66 | 0.16 | 43.83 | 0.64 | 0.57 |
| Hex | D7 | B1 | 4A | 0 | 12 | 42 | 10 | 2C | 40 | 39 |
| Octal | 327 | 261 | 112 | 0 | 22 | 102 | 20 | 54 | 100 | 71 |
| Binary | 11010111 | 10110001 | 1001010 | 0 | 10010 | 1000010 | 10000 | 101100 | 1000000 | 111001 |
Color Harmonies of #D7B14A
Complementary color
Monochromatic Colors of #D7B14A
Black with #D7B14A
Text Example
Text Example
White with #D7B14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B14A; }
p { color: rgb(215,177,74); }
H1.HeaderClassName
{
color: #D7B14A;
}
.AnyTagClassName
{
color: #D7B14A;
}
</style>
background-color css
<style>
a { background-color: #D7B14A; }
a { background-color: rgb(215,177,74); }
div.DivClassName
{
background-color: #D7B14A;
}
.BgClassName
{
background-color: #D7B14A;
}
</style>
border-color css
<style>
span { border-color: #D7B14A; }
span { border-color: rgb(215,177,74); }
td.TdClassName
{
border-color: #D7B14A;
}
.TagClassName
{
border-color: #D7B14A;
}
</style>