Shades of Rob Roy #D3AB4F
Tints of Rob Roy #D3AB4F
RGB
CMYK
RGB Variations
Color information
#D3AB4F (or 0xD3AB4F) is known color: Rob Roy. HEX triplet: D3, AB and 4F. RGB value is (211,171,79). Sum of RGB (Red+Green+Blue) = 211+171+79=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AB4F is #2C54B0. Grayscale: #ACACAC. Windows color (decimal): -2905265 or 5221331. OLE color: 5221331.
HSL color Cylindrical-coordinate representation of color #D3AB4F: hue angle of 41.82º 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 #D3AB4F is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 171 | 79 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.17 |
| HSL | 41.82º | 0.6% | 0.57% | - |
| HSV(B) | 41.82º | 0.63% | 0.83% | - |
| XYZ | 42.84 | 43.54 | 13.54 | - |
| YUV | 172.47 | 75.25 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 79 | 0 | 0.19 | 0.63 | 0.17 | 41.82 | 0.6 | 0.57 |
| Hex | D3 | AB | 4F | 0 | 13 | 3F | 11 | 2A | 3C | 39 |
| Octal | 323 | 253 | 117 | 0 | 23 | 77 | 21 | 52 | 74 | 71 |
| Binary | 11010011 | 10101011 | 1001111 | 0 | 10011 | 111111 | 10001 | 101010 | 111100 | 111001 |
Color Harmonies of #D3AB4F
Complementary color
Monochromatic Colors of #D3AB4F
Black with #D3AB4F
Text Example
Text Example
White with #D3AB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AB4F; }
p { color: rgb(211,171,79); }
H1.HeaderClassName
{
color: #D3AB4F;
}
.AnyTagClassName
{
color: #D3AB4F;
}
</style>
background-color css
<style>
a { background-color: #D3AB4F; }
a { background-color: rgb(211,171,79); }
div.DivClassName
{
background-color: #D3AB4F;
}
.BgClassName
{
background-color: #D3AB4F;
}
</style>
border-color css
<style>
span { border-color: #D3AB4F; }
span { border-color: rgb(211,171,79); }
td.TdClassName
{
border-color: #D3AB4F;
}
.TagClassName
{
border-color: #D3AB4F;
}
</style>