Shades of Rob Roy #D7B64D
Tints of Rob Roy #D7B64D
RGB
CMYK
RGB Variations
Color information
#D7B64D (or 0xD7B64D) is known color: Rob Roy. HEX triplet: D7, B6 and 4D. RGB value is (215,182,77). Sum of RGB (Red+Green+Blue) = 215+182+77=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B64D is #2849B2. Grayscale: #B4B4B4. Windows color (decimal): -2640307 or 5093079. OLE color: 5093079.
HSL color Cylindrical-coordinate representation of color #D7B64D: hue angle of 45.65º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D7B64D is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 182 | 77 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.16 |
| HSL | 45.65º | 0.63% | 0.57% | - |
| HSV(B) | 45.65º | 0.64% | 0.84% | - |
| XYZ | 46.09 | 48.44 | 13.94 | - |
| YUV | 179.9 | 69.93 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 182 | 77 | 0 | 0.15 | 0.64 | 0.16 | 45.65 | 0.63 | 0.57 |
| Hex | D7 | B6 | 4D | 0 | F | 40 | 10 | 2E | 3F | 39 |
| Octal | 327 | 266 | 115 | 0 | 17 | 100 | 20 | 56 | 77 | 71 |
| Binary | 11010111 | 10110110 | 1001101 | 0 | 1111 | 1000000 | 10000 | 101110 | 111111 | 111001 |
Color Harmonies of #D7B64D
Complementary color
Monochromatic Colors of #D7B64D
Black with #D7B64D
Text Example
Text Example
White with #D7B64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B64D; }
p { color: rgb(215,182,77); }
H1.HeaderClassName
{
color: #D7B64D;
}
.AnyTagClassName
{
color: #D7B64D;
}
</style>
background-color css
<style>
a { background-color: #D7B64D; }
a { background-color: rgb(215,182,77); }
div.DivClassName
{
background-color: #D7B64D;
}
.BgClassName
{
background-color: #D7B64D;
}
</style>
border-color css
<style>
span { border-color: #D7B64D; }
span { border-color: rgb(215,182,77); }
td.TdClassName
{
border-color: #D7B64D;
}
.TagClassName
{
border-color: #D7B64D;
}
</style>