Shades of Rob Roy #D9BA4D
Tints of Rob Roy #D9BA4D
RGB
CMYK
RGB Variations
Color information
#D9BA4D (or 0xD9BA4D) is known color: Rob Roy. HEX triplet: D9, BA and 4D. RGB value is (217,186,77). Sum of RGB (Red+Green+Blue) = 217+186+77=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA4D is #2645B2. Grayscale: #B7B7B7. Windows color (decimal): -2508211 or 5094105. OLE color: 5094105.
HSL color Cylindrical-coordinate representation of color #D9BA4D: hue angle of 46.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9BA4D is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 77 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.15 |
| HSL | 46.71º | 0.65% | 0.58% | - |
| HSV(B) | 46.71º | 0.65% | 0.85% | - |
| XYZ | 47.51 | 50.41 | 14.25 | - |
| YUV | 182.84 | 68.27 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 77 | 0 | 0.14 | 0.65 | 0.15 | 46.71 | 0.65 | 0.58 |
| Hex | D9 | BA | 4D | 0 | E | 41 | F | 2F | 41 | 3A |
| Octal | 331 | 272 | 115 | 0 | 16 | 101 | 17 | 57 | 101 | 72 |
| Binary | 11011001 | 10111010 | 1001101 | 0 | 1110 | 1000001 | 1111 | 101111 | 1000001 | 111010 |
Color Harmonies of #D9BA4D
Complementary color
Monochromatic Colors of #D9BA4D
Black with #D9BA4D
Text Example
Text Example
White with #D9BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA4D; }
p { color: rgb(217,186,77); }
H1.HeaderClassName
{
color: #D9BA4D;
}
.AnyTagClassName
{
color: #D9BA4D;
}
</style>
background-color css
<style>
a { background-color: #D9BA4D; }
a { background-color: rgb(217,186,77); }
div.DivClassName
{
background-color: #D9BA4D;
}
.BgClassName
{
background-color: #D9BA4D;
}
</style>
border-color css
<style>
span { border-color: #D9BA4D; }
span { border-color: rgb(217,186,77); }
td.TdClassName
{
border-color: #D9BA4D;
}
.TagClassName
{
border-color: #D9BA4D;
}
</style>