Shades of Rob Roy #DAA656
Tints of Rob Roy #DAA656
RGB
CMYK
RGB Variations
Color information
#DAA656 (or 0xDAA656) is known color: Rob Roy. HEX triplet: DA, A6 and 56. RGB value is (218,166,86). Sum of RGB (Red+Green+Blue) = 218+166+86=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA656 is #2559A9. Grayscale: #ACACAC. Windows color (decimal): -2447786 or 5678810. OLE color: 5678810.
HSL color Cylindrical-coordinate representation of color #DAA656: hue angle of 36.36º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAA656 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 86 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.15 |
| HSL | 36.36º | 0.64% | 0.6% | - |
| HSV(B) | 36.36º | 0.61% | 0.85% | - |
| XYZ | 44.23 | 42.85 | 14.74 | - |
| YUV | 172.43 | 79.23 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 86 | 0 | 0.24 | 0.61 | 0.15 | 36.36 | 0.64 | 0.6 |
| Hex | DA | A6 | 56 | 0 | 18 | 3D | F | 24 | 40 | 3C |
| Octal | 332 | 246 | 126 | 0 | 30 | 75 | 17 | 44 | 100 | 74 |
| Binary | 11011010 | 10100110 | 1010110 | 0 | 11000 | 111101 | 1111 | 100100 | 1000000 | 111100 |
Color Harmonies of #DAA656
Complementary color
Monochromatic Colors of #DAA656
Black with #DAA656
Text Example
Text Example
White with #DAA656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA656; }
p { color: rgb(218,166,86); }
H1.HeaderClassName
{
color: #DAA656;
}
.AnyTagClassName
{
color: #DAA656;
}
</style>
background-color css
<style>
a { background-color: #DAA656; }
a { background-color: rgb(218,166,86); }
div.DivClassName
{
background-color: #DAA656;
}
.BgClassName
{
background-color: #DAA656;
}
</style>
border-color css
<style>
span { border-color: #DAA656; }
span { border-color: rgb(218,166,86); }
td.TdClassName
{
border-color: #DAA656;
}
.TagClassName
{
border-color: #DAA656;
}
</style>