Shades of Rob Roy #DAA64D
Tints of Rob Roy #DAA64D
RGB
CMYK
RGB Variations
Color information
#DAA64D (or 0xDAA64D) is known color: Rob Roy. HEX triplet: DA, A6 and 4D. RGB value is (218,166,77). Sum of RGB (Red+Green+Blue) = 218+166+77=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA64D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA64D is #2559B2. Grayscale: #ABABAB. Windows color (decimal): -2447795 or 5088986. OLE color: 5088986.
HSL color Cylindrical-coordinate representation of color #DAA64D: hue angle of 37.87º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAA64D is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 77 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.15 |
| HSL | 37.87º | 0.66% | 0.58% | - |
| HSV(B) | 37.87º | 0.65% | 0.85% | - |
| XYZ | 43.89 | 42.71 | 12.95 | - |
| YUV | 171.4 | 74.73 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 77 | 0 | 0.24 | 0.65 | 0.15 | 37.87 | 0.66 | 0.58 |
| Hex | DA | A6 | 4D | 0 | 18 | 41 | F | 26 | 42 | 3A |
| Octal | 332 | 246 | 115 | 0 | 30 | 101 | 17 | 46 | 102 | 72 |
| Binary | 11011010 | 10100110 | 1001101 | 0 | 11000 | 1000001 | 1111 | 100110 | 1000010 | 111010 |
Color Harmonies of #DAA64D
Complementary color
Monochromatic Colors of #DAA64D
Black with #DAA64D
Text Example
Text Example
White with #DAA64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA64D; }
p { color: rgb(218,166,77); }
H1.HeaderClassName
{
color: #DAA64D;
}
.AnyTagClassName
{
color: #DAA64D;
}
</style>
background-color css
<style>
a { background-color: #DAA64D; }
a { background-color: rgb(218,166,77); }
div.DivClassName
{
background-color: #DAA64D;
}
.BgClassName
{
background-color: #DAA64D;
}
</style>
border-color css
<style>
span { border-color: #DAA64D; }
span { border-color: rgb(218,166,77); }
td.TdClassName
{
border-color: #DAA64D;
}
.TagClassName
{
border-color: #DAA64D;
}
</style>