Shades of Rob Roy #D8B84E
Tints of Rob Roy #D8B84E
RGB
CMYK
RGB Variations
Color information
#D8B84E (or 0xD8B84E) is known color: Rob Roy. HEX triplet: D8, B8 and 4E. RGB value is (216,184,78). Sum of RGB (Red+Green+Blue) = 216+184+78=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B84E is #2747B1. Grayscale: #B5B5B5. Windows color (decimal): -2574258 or 5159128. OLE color: 5159128.
HSL color Cylindrical-coordinate representation of color #D8B84E: hue angle of 46.09º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D8B84E is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 184 | 78 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.15 |
| HSL | 46.09º | 0.64% | 0.58% | - |
| HSV(B) | 46.09º | 0.64% | 0.85% | - |
| XYZ | 46.83 | 49.43 | 14.28 | - |
| YUV | 181.48 | 69.6 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 184 | 78 | 0 | 0.15 | 0.64 | 0.15 | 46.09 | 0.64 | 0.58 |
| Hex | D8 | B8 | 4E | 0 | F | 40 | F | 2E | 40 | 3A |
| Octal | 330 | 270 | 116 | 0 | 17 | 100 | 17 | 56 | 100 | 72 |
| Binary | 11011000 | 10111000 | 1001110 | 0 | 1111 | 1000000 | 1111 | 101110 | 1000000 | 111010 |
Color Harmonies of #D8B84E
Complementary color
Monochromatic Colors of #D8B84E
Black with #D8B84E
Text Example
Text Example
White with #D8B84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B84E; }
p { color: rgb(216,184,78); }
H1.HeaderClassName
{
color: #D8B84E;
}
.AnyTagClassName
{
color: #D8B84E;
}
</style>
background-color css
<style>
a { background-color: #D8B84E; }
a { background-color: rgb(216,184,78); }
div.DivClassName
{
background-color: #D8B84E;
}
.BgClassName
{
background-color: #D8B84E;
}
</style>
border-color css
<style>
span { border-color: #D8B84E; }
span { border-color: rgb(216,184,78); }
td.TdClassName
{
border-color: #D8B84E;
}
.TagClassName
{
border-color: #D8B84E;
}
</style>