Shades of Rob Roy #DAA84E
Tints of Rob Roy #DAA84E
RGB
CMYK
RGB Variations
Color information
#DAA84E (or 0xDAA84E) is known color: Rob Roy. HEX triplet: DA, A8 and 4E. RGB value is (218,168,78). Sum of RGB (Red+Green+Blue) = 218+168+78=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 78 (30.86% from 255 or 16.81% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA84E is #2557B1. Grayscale: #ADADAD. Windows color (decimal): -2447282 or 5155034. OLE color: 5155034.
HSL color Cylindrical-coordinate representation of color #DAA84E: hue angle of 38.57º 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 #DAA84E is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 78 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.15 |
| HSL | 38.57º | 0.65% | 0.58% | - |
| HSV(B) | 38.57º | 0.64% | 0.85% | - |
| XYZ | 44.29 | 43.46 | 13.26 | - |
| YUV | 172.69 | 74.57 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 78 | 0 | 0.23 | 0.64 | 0.15 | 38.57 | 0.65 | 0.58 |
| Hex | DA | A8 | 4E | 0 | 17 | 40 | F | 27 | 41 | 3A |
| Octal | 332 | 250 | 116 | 0 | 27 | 100 | 17 | 47 | 101 | 72 |
| Binary | 11011010 | 10101000 | 1001110 | 0 | 10111 | 1000000 | 1111 | 100111 | 1000001 | 111010 |
Color Harmonies of #DAA84E
Complementary color
Monochromatic Colors of #DAA84E
Black with #DAA84E
Text Example
Text Example
White with #DAA84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA84E; }
p { color: rgb(218,168,78); }
H1.HeaderClassName
{
color: #DAA84E;
}
.AnyTagClassName
{
color: #DAA84E;
}
</style>
background-color css
<style>
a { background-color: #DAA84E; }
a { background-color: rgb(218,168,78); }
div.DivClassName
{
background-color: #DAA84E;
}
.BgClassName
{
background-color: #DAA84E;
}
</style>
border-color css
<style>
span { border-color: #DAA84E; }
span { border-color: rgb(218,168,78); }
td.TdClassName
{
border-color: #DAA84E;
}
.TagClassName
{
border-color: #DAA84E;
}
</style>