Shades of Rob Roy #D5A34C
Tints of Rob Roy #D5A34C
RGB
CMYK
RGB Variations
Color information
#D5A34C (or 0xD5A34C) is known color: Rob Roy. HEX triplet: D5, A3 and 4C. RGB value is (213,163,76). Sum of RGB (Red+Green+Blue) = 213+163+76=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A34C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A34C is #2A5CB3. Grayscale: #A8A8A8. Windows color (decimal): -2776244 or 5022677. OLE color: 5022677.
HSL color Cylindrical-coordinate representation of color #D5A34C: hue angle of 38.1º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5A34C is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 76 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.16 |
| HSL | 38.1º | 0.62% | 0.57% | - |
| HSV(B) | 38.1º | 0.64% | 0.84% | - |
| XYZ | 41.84 | 40.86 | 12.52 | - |
| YUV | 168.03 | 76.07 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 76 | 0 | 0.23 | 0.64 | 0.16 | 38.1 | 0.62 | 0.57 |
| Hex | D5 | A3 | 4C | 0 | 17 | 40 | 10 | 26 | 3E | 39 |
| Octal | 325 | 243 | 114 | 0 | 27 | 100 | 20 | 46 | 76 | 71 |
| Binary | 11010101 | 10100011 | 1001100 | 0 | 10111 | 1000000 | 10000 | 100110 | 111110 | 111001 |
Color Harmonies of #D5A34C
Complementary color
Monochromatic Colors of #D5A34C
Black with #D5A34C
Text Example
Text Example
White with #D5A34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A34C; }
p { color: rgb(213,163,76); }
H1.HeaderClassName
{
color: #D5A34C;
}
.AnyTagClassName
{
color: #D5A34C;
}
</style>
background-color css
<style>
a { background-color: #D5A34C; }
a { background-color: rgb(213,163,76); }
div.DivClassName
{
background-color: #D5A34C;
}
.BgClassName
{
background-color: #D5A34C;
}
</style>
border-color css
<style>
span { border-color: #D5A34C; }
span { border-color: rgb(213,163,76); }
td.TdClassName
{
border-color: #D5A34C;
}
.TagClassName
{
border-color: #D5A34C;
}
</style>