Shades of Rob Roy #DAA855
Tints of Rob Roy #DAA855
RGB
CMYK
RGB Variations
Color information
#DAA855 (or 0xDAA855) is known color: Rob Roy. HEX triplet: DA, A8 and 55. RGB value is (218,168,85). Sum of RGB (Red+Green+Blue) = 218+168+85=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA855 is #2557AA. Grayscale: #ADADAD. Windows color (decimal): -2447275 or 5613786. OLE color: 5613786.
HSL color Cylindrical-coordinate representation of color #DAA855: hue angle of 37.44º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAA855 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 85 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.15 |
| HSL | 37.44º | 0.64% | 0.59% | - |
| HSV(B) | 37.44º | 0.61% | 0.85% | - |
| XYZ | 44.56 | 43.57 | 14.66 | - |
| YUV | 173.49 | 78.07 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 85 | 0 | 0.23 | 0.61 | 0.15 | 37.44 | 0.64 | 0.59 |
| Hex | DA | A8 | 55 | 0 | 17 | 3D | F | 25 | 40 | 3B |
| Octal | 332 | 250 | 125 | 0 | 27 | 75 | 17 | 45 | 100 | 73 |
| Binary | 11011010 | 10101000 | 1010101 | 0 | 10111 | 111101 | 1111 | 100101 | 1000000 | 111011 |
Color Harmonies of #DAA855
Complementary color
Monochromatic Colors of #DAA855
Black with #DAA855
Text Example
Text Example
White with #DAA855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA855; }
p { color: rgb(218,168,85); }
H1.HeaderClassName
{
color: #DAA855;
}
.AnyTagClassName
{
color: #DAA855;
}
</style>
background-color css
<style>
a { background-color: #DAA855; }
a { background-color: rgb(218,168,85); }
div.DivClassName
{
background-color: #DAA855;
}
.BgClassName
{
background-color: #DAA855;
}
</style>
border-color css
<style>
span { border-color: #DAA855; }
span { border-color: rgb(218,168,85); }
td.TdClassName
{
border-color: #DAA855;
}
.TagClassName
{
border-color: #DAA855;
}
</style>