Shades of Rob Roy #DAA94E
Tints of Rob Roy #DAA94E
RGB
CMYK
RGB Variations
Color information
#DAA94E (or 0xDAA94E) is known color: Rob Roy. HEX triplet: DA, A9 and 4E. RGB value is (218,169,78). Sum of RGB (Red+Green+Blue) = 218+169+78=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 78 (30.86% from 255 or 16.77% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA94E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA94E is #2556B1. Grayscale: #ADADAD. Windows color (decimal): -2447026 or 5155290. OLE color: 5155290.
HSL color Cylindrical-coordinate representation of color #DAA94E: hue angle of 39º 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 #DAA94E is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 78 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.15 |
| HSL | 39º | 0.65% | 0.58% | - |
| HSV(B) | 39º | 0.64% | 0.85% | - |
| XYZ | 44.48 | 43.83 | 13.32 | - |
| YUV | 173.28 | 74.23 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 78 | 0 | 0.22 | 0.64 | 0.15 | 39 | 0.65 | 0.58 |
| Hex | DA | A9 | 4E | 0 | 16 | 40 | F | 27 | 41 | 3A |
| Octal | 332 | 251 | 116 | 0 | 26 | 100 | 17 | 47 | 101 | 72 |
| Binary | 11011010 | 10101001 | 1001110 | 0 | 10110 | 1000000 | 1111 | 100111 | 1000001 | 111010 |
Color Harmonies of #DAA94E
Complementary color
Monochromatic Colors of #DAA94E
Black with #DAA94E
Text Example
Text Example
White with #DAA94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA94E; }
p { color: rgb(218,169,78); }
H1.HeaderClassName
{
color: #DAA94E;
}
.AnyTagClassName
{
color: #DAA94E;
}
</style>
background-color css
<style>
a { background-color: #DAA94E; }
a { background-color: rgb(218,169,78); }
div.DivClassName
{
background-color: #DAA94E;
}
.BgClassName
{
background-color: #DAA94E;
}
</style>
border-color css
<style>
span { border-color: #DAA94E; }
span { border-color: rgb(218,169,78); }
td.TdClassName
{
border-color: #DAA94E;
}
.TagClassName
{
border-color: #DAA94E;
}
</style>