Shades of Rob Roy #DAA84D
Tints of Rob Roy #DAA84D
RGB
CMYK
RGB Variations
Color information
#DAA84D (or 0xDAA84D) is known color: Rob Roy. HEX triplet: DA, A8 and 4D. RGB value is (218,168,77). Sum of RGB (Red+Green+Blue) = 218+168+77=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA84D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA84D is #2557B2. Grayscale: #ACACAC. Windows color (decimal): -2447283 or 5089498. OLE color: 5089498.
HSL color Cylindrical-coordinate representation of color #DAA84D: hue angle of 38.72º 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 #DAA84D is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 77 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.15 |
| HSL | 38.72º | 0.66% | 0.58% | - |
| HSV(B) | 38.72º | 0.65% | 0.85% | - |
| XYZ | 44.26 | 43.45 | 13.07 | - |
| YUV | 172.58 | 74.07 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 77 | 0 | 0.23 | 0.65 | 0.15 | 38.72 | 0.66 | 0.58 |
| Hex | DA | A8 | 4D | 0 | 17 | 41 | F | 27 | 42 | 3A |
| Octal | 332 | 250 | 115 | 0 | 27 | 101 | 17 | 47 | 102 | 72 |
| Binary | 11011010 | 10101000 | 1001101 | 0 | 10111 | 1000001 | 1111 | 100111 | 1000010 | 111010 |
Color Harmonies of #DAA84D
Complementary color
Monochromatic Colors of #DAA84D
Black with #DAA84D
Text Example
Text Example
White with #DAA84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA84D; }
p { color: rgb(218,168,77); }
H1.HeaderClassName
{
color: #DAA84D;
}
.AnyTagClassName
{
color: #DAA84D;
}
</style>
background-color css
<style>
a { background-color: #DAA84D; }
a { background-color: rgb(218,168,77); }
div.DivClassName
{
background-color: #DAA84D;
}
.BgClassName
{
background-color: #DAA84D;
}
</style>
border-color css
<style>
span { border-color: #DAA84D; }
span { border-color: rgb(218,168,77); }
td.TdClassName
{
border-color: #DAA84D;
}
.TagClassName
{
border-color: #DAA84D;
}
</style>