Shades of Rob Roy #DAA64E
Tints of Rob Roy #DAA64E
RGB
CMYK
RGB Variations
Color information
#DAA64E (or 0xDAA64E) is known color: Rob Roy. HEX triplet: DA, A6 and 4E. RGB value is (218,166,78). Sum of RGB (Red+Green+Blue) = 218+166+78=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 78 (30.86% from 255 or 16.88% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA64E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA64E is #2559B1. Grayscale: #ABABAB. Windows color (decimal): -2447794 or 5154522. OLE color: 5154522.
HSL color Cylindrical-coordinate representation of color #DAA64E: hue angle of 37.71º 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 #DAA64E is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 78 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.15 |
| HSL | 37.71º | 0.65% | 0.58% | - |
| HSV(B) | 37.71º | 0.64% | 0.85% | - |
| XYZ | 43.92 | 42.73 | 13.14 | - |
| YUV | 171.52 | 75.23 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 78 | 0 | 0.24 | 0.64 | 0.15 | 37.71 | 0.65 | 0.58 |
| Hex | DA | A6 | 4E | 0 | 18 | 40 | F | 26 | 41 | 3A |
| Octal | 332 | 246 | 116 | 0 | 30 | 100 | 17 | 46 | 101 | 72 |
| Binary | 11011010 | 10100110 | 1001110 | 0 | 11000 | 1000000 | 1111 | 100110 | 1000001 | 111010 |
Color Harmonies of #DAA64E
Complementary color
Monochromatic Colors of #DAA64E
Black with #DAA64E
Text Example
Text Example
White with #DAA64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA64E; }
p { color: rgb(218,166,78); }
H1.HeaderClassName
{
color: #DAA64E;
}
.AnyTagClassName
{
color: #DAA64E;
}
</style>
background-color css
<style>
a { background-color: #DAA64E; }
a { background-color: rgb(218,166,78); }
div.DivClassName
{
background-color: #DAA64E;
}
.BgClassName
{
background-color: #DAA64E;
}
</style>
border-color css
<style>
span { border-color: #DAA64E; }
span { border-color: rgb(218,166,78); }
td.TdClassName
{
border-color: #DAA64E;
}
.TagClassName
{
border-color: #DAA64E;
}
</style>