Shades of Rob Roy #DAA858
Tints of Rob Roy #DAA858
RGB
CMYK
RGB Variations
Color information
#DAA858 (or 0xDAA858) is known color: Rob Roy. HEX triplet: DA, A8 and 58. RGB value is (218,168,88). Sum of RGB (Red+Green+Blue) = 218+168+88=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 88 (34.77% from 255 or 18.57% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA858 is #2557A7. Grayscale: #AEAEAE. Windows color (decimal): -2447272 or 5810394. OLE color: 5810394.
HSL color Cylindrical-coordinate representation of color #DAA858: hue angle of 36.92º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAA858 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 88 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.15 |
| HSL | 36.92º | 0.64% | 0.6% | - |
| HSV(B) | 36.92º | 0.6% | 0.85% | - |
| XYZ | 44.68 | 43.62 | 15.3 | - |
| YUV | 173.83 | 79.57 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 88 | 0 | 0.23 | 0.60 | 0.15 | 36.92 | 0.64 | 0.6 |
| Hex | DA | A8 | 58 | 0 | 17 | 3C | F | 25 | 40 | 3C |
| Octal | 332 | 250 | 130 | 0 | 27 | 74 | 17 | 45 | 100 | 74 |
| Binary | 11011010 | 10101000 | 1011000 | 0 | 10111 | 111100 | 1111 | 100101 | 1000000 | 111100 |
Color Harmonies of #DAA858
Complementary color
Monochromatic Colors of #DAA858
Black with #DAA858
Text Example
Text Example
White with #DAA858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA858; }
p { color: rgb(218,168,88); }
H1.HeaderClassName
{
color: #DAA858;
}
.AnyTagClassName
{
color: #DAA858;
}
</style>
background-color css
<style>
a { background-color: #DAA858; }
a { background-color: rgb(218,168,88); }
div.DivClassName
{
background-color: #DAA858;
}
.BgClassName
{
background-color: #DAA858;
}
</style>
border-color css
<style>
span { border-color: #DAA858; }
span { border-color: rgb(218,168,88); }
td.TdClassName
{
border-color: #DAA858;
}
.TagClassName
{
border-color: #DAA858;
}
</style>