Shades of Rob Roy #D8A34C
Tints of Rob Roy #D8A34C
RGB
CMYK
RGB Variations
Color information
#D8A34C (or 0xD8A34C) is known color: Rob Roy. HEX triplet: D8, A3 and 4C. RGB value is (216,163,76). Sum of RGB (Red+Green+Blue) = 216+163+76=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A34C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A34C is #275CB3. Grayscale: #A9A9A9. Windows color (decimal): -2579636 or 5022680. OLE color: 5022680.
HSL color Cylindrical-coordinate representation of color #D8A34C: hue angle of 37.29º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D8A34C is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 163 | 76 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.15 |
| HSL | 37.29º | 0.64% | 0.57% | - |
| HSV(B) | 37.29º | 0.65% | 0.85% | - |
| XYZ | 42.72 | 41.32 | 12.56 | - |
| YUV | 168.93 | 75.56 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 163 | 76 | 0 | 0.25 | 0.65 | 0.15 | 37.29 | 0.64 | 0.57 |
| Hex | D8 | A3 | 4C | 0 | 19 | 41 | F | 25 | 40 | 39 |
| Octal | 330 | 243 | 114 | 0 | 31 | 101 | 17 | 45 | 100 | 71 |
| Binary | 11011000 | 10100011 | 1001100 | 0 | 11001 | 1000001 | 1111 | 100101 | 1000000 | 111001 |
Color Harmonies of #D8A34C
Complementary color
Monochromatic Colors of #D8A34C
Black with #D8A34C
Text Example
Text Example
White with #D8A34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A34C; }
p { color: rgb(216,163,76); }
H1.HeaderClassName
{
color: #D8A34C;
}
.AnyTagClassName
{
color: #D8A34C;
}
</style>
background-color css
<style>
a { background-color: #D8A34C; }
a { background-color: rgb(216,163,76); }
div.DivClassName
{
background-color: #D8A34C;
}
.BgClassName
{
background-color: #D8A34C;
}
</style>
border-color css
<style>
span { border-color: #D8A34C; }
span { border-color: rgb(216,163,76); }
td.TdClassName
{
border-color: #D8A34C;
}
.TagClassName
{
border-color: #D8A34C;
}
</style>