Shades of Rob Roy #D9A74E
Tints of Rob Roy #D9A74E
RGB
CMYK
RGB Variations
Color information
#D9A74E (or 0xD9A74E) is known color: Rob Roy. HEX triplet: D9, A7 and 4E. RGB value is (217,167,78). Sum of RGB (Red+Green+Blue) = 217+167+78=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 78 (30.86% from 255 or 16.88% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A74E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A74E is #2658B1. Grayscale: #ACACAC. Windows color (decimal): -2513074 or 5154777. OLE color: 5154777.
HSL color Cylindrical-coordinate representation of color #D9A74E: hue angle of 38.42º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9A74E is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 167 | 78 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.15 |
| HSL | 38.42º | 0.65% | 0.58% | - |
| HSV(B) | 38.42º | 0.64% | 0.85% | - |
| XYZ | 43.81 | 42.94 | 13.19 | - |
| YUV | 171.8 | 75.07 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 167 | 78 | 0 | 0.23 | 0.64 | 0.15 | 38.42 | 0.65 | 0.58 |
| Hex | D9 | A7 | 4E | 0 | 17 | 40 | F | 26 | 41 | 3A |
| Octal | 331 | 247 | 116 | 0 | 27 | 100 | 17 | 46 | 101 | 72 |
| Binary | 11011001 | 10100111 | 1001110 | 0 | 10111 | 1000000 | 1111 | 100110 | 1000001 | 111010 |
Color Harmonies of #D9A74E
Complementary color
Monochromatic Colors of #D9A74E
Black with #D9A74E
Text Example
Text Example
White with #D9A74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A74E; }
p { color: rgb(217,167,78); }
H1.HeaderClassName
{
color: #D9A74E;
}
.AnyTagClassName
{
color: #D9A74E;
}
</style>
background-color css
<style>
a { background-color: #D9A74E; }
a { background-color: rgb(217,167,78); }
div.DivClassName
{
background-color: #D9A74E;
}
.BgClassName
{
background-color: #D9A74E;
}
</style>
border-color css
<style>
span { border-color: #D9A74E; }
span { border-color: rgb(217,167,78); }
td.TdClassName
{
border-color: #D9A74E;
}
.TagClassName
{
border-color: #D9A74E;
}
</style>