Shades of Rob Roy #D8B84D
Tints of Rob Roy #D8B84D
RGB
CMYK
RGB Variations
Color information
#D8B84D (or 0xD8B84D) is known color: Rob Roy. HEX triplet: D8, B8 and 4D. RGB value is (216,184,77). Sum of RGB (Red+Green+Blue) = 216+184+77=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 77 (30.47% from 255 or 16.14% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B84D is #2747B2. Grayscale: #B5B5B5. Windows color (decimal): -2574259 or 5093592. OLE color: 5093592.
HSL color Cylindrical-coordinate representation of color #D8B84D: hue angle of 46.19º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D8B84D is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 184 | 77 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.15 |
| HSL | 46.19º | 0.64% | 0.57% | - |
| HSV(B) | 46.19º | 0.64% | 0.85% | - |
| XYZ | 46.8 | 49.42 | 14.09 | - |
| YUV | 181.37 | 69.1 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 184 | 77 | 0 | 0.15 | 0.64 | 0.15 | 46.19 | 0.64 | 0.57 |
| Hex | D8 | B8 | 4D | 0 | F | 40 | F | 2E | 40 | 39 |
| Octal | 330 | 270 | 115 | 0 | 17 | 100 | 17 | 56 | 100 | 71 |
| Binary | 11011000 | 10111000 | 1001101 | 0 | 1111 | 1000000 | 1111 | 101110 | 1000000 | 111001 |
Color Harmonies of #D8B84D
Complementary color
Monochromatic Colors of #D8B84D
Black with #D8B84D
Text Example
Text Example
White with #D8B84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B84D; }
p { color: rgb(216,184,77); }
H1.HeaderClassName
{
color: #D8B84D;
}
.AnyTagClassName
{
color: #D8B84D;
}
</style>
background-color css
<style>
a { background-color: #D8B84D; }
a { background-color: rgb(216,184,77); }
div.DivClassName
{
background-color: #D8B84D;
}
.BgClassName
{
background-color: #D8B84D;
}
</style>
border-color css
<style>
span { border-color: #D8B84D; }
span { border-color: rgb(216,184,77); }
td.TdClassName
{
border-color: #D8B84D;
}
.TagClassName
{
border-color: #D8B84D;
}
</style>