Shades of Rob Roy #D3A84E
Tints of Rob Roy #D3A84E
RGB
CMYK
RGB Variations
Color information
#D3A84E (or 0xD3A84E) is known color: Rob Roy. HEX triplet: D3, A8 and 4E. RGB value is (211,168,78). Sum of RGB (Red+Green+Blue) = 211+168+78=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A84E is #2C57B1. Grayscale: #ABABAB. Windows color (decimal): -2906034 or 5155027. OLE color: 5155027.
HSL color Cylindrical-coordinate representation of color #D3A84E: hue angle of 40.6º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3A84E is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 168 | 78 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.17 |
| HSL | 40.6º | 0.6% | 0.57% | - |
| HSV(B) | 40.6º | 0.63% | 0.83% | - |
| XYZ | 42.24 | 42.4 | 13.17 | - |
| YUV | 170.6 | 75.75 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 168 | 78 | 0 | 0.20 | 0.63 | 0.17 | 40.6 | 0.6 | 0.57 |
| Hex | D3 | A8 | 4E | 0 | 14 | 3F | 11 | 29 | 3C | 39 |
| Octal | 323 | 250 | 116 | 0 | 24 | 77 | 21 | 51 | 74 | 71 |
| Binary | 11010011 | 10101000 | 1001110 | 0 | 10100 | 111111 | 10001 | 101001 | 111100 | 111001 |
Color Harmonies of #D3A84E
Complementary color
Monochromatic Colors of #D3A84E
Black with #D3A84E
Text Example
Text Example
White with #D3A84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A84E; }
p { color: rgb(211,168,78); }
H1.HeaderClassName
{
color: #D3A84E;
}
.AnyTagClassName
{
color: #D3A84E;
}
</style>
background-color css
<style>
a { background-color: #D3A84E; }
a { background-color: rgb(211,168,78); }
div.DivClassName
{
background-color: #D3A84E;
}
.BgClassName
{
background-color: #D3A84E;
}
</style>
border-color css
<style>
span { border-color: #D3A84E; }
span { border-color: rgb(211,168,78); }
td.TdClassName
{
border-color: #D3A84E;
}
.TagClassName
{
border-color: #D3A84E;
}
</style>