Shades of Rob Roy #D4A84E
Tints of Rob Roy #D4A84E
RGB
CMYK
RGB Variations
Color information
#D4A84E (or 0xD4A84E) is known color: Rob Roy. HEX triplet: D4, A8 and 4E. RGB value is (212,168,78). Sum of RGB (Red+Green+Blue) = 212+168+78=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 78 (30.86% from 255 or 17.03% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A84E is #2B57B1. Grayscale: #ABABAB. Windows color (decimal): -2840498 or 5155028. OLE color: 5155028.
HSL color Cylindrical-coordinate representation of color #D4A84E: hue angle of 40.3º degrees, saturation: 0.61, 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 #D4A84E is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 78 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.17 |
| HSL | 40.3º | 0.61% | 0.57% | - |
| HSV(B) | 40.3º | 0.63% | 0.83% | - |
| XYZ | 42.53 | 42.55 | 13.18 | - |
| YUV | 170.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 78 | 0 | 0.21 | 0.63 | 0.17 | 40.3 | 0.61 | 0.57 |
| Hex | D4 | A8 | 4E | 0 | 15 | 3F | 11 | 28 | 3D | 39 |
| Octal | 324 | 250 | 116 | 0 | 25 | 77 | 21 | 50 | 75 | 71 |
| Binary | 11010100 | 10101000 | 1001110 | 0 | 10101 | 111111 | 10001 | 101000 | 111101 | 111001 |
Color Harmonies of #D4A84E
Complementary color
Monochromatic Colors of #D4A84E
Black with #D4A84E
Text Example
Text Example
White with #D4A84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A84E; }
p { color: rgb(212,168,78); }
H1.HeaderClassName
{
color: #D4A84E;
}
.AnyTagClassName
{
color: #D4A84E;
}
</style>
background-color css
<style>
a { background-color: #D4A84E; }
a { background-color: rgb(212,168,78); }
div.DivClassName
{
background-color: #D4A84E;
}
.BgClassName
{
background-color: #D4A84E;
}
</style>
border-color css
<style>
span { border-color: #D4A84E; }
span { border-color: rgb(212,168,78); }
td.TdClassName
{
border-color: #D4A84E;
}
.TagClassName
{
border-color: #D4A84E;
}
</style>