Shades of Rob Roy #DAA757
Tints of Rob Roy #DAA757
RGB
CMYK
RGB Variations
Color information
#DAA757 (or 0xDAA757) is known color: Rob Roy. HEX triplet: DA, A7 and 57. RGB value is (218,167,87). Sum of RGB (Red+Green+Blue) = 218+167+87=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 87 (34.38% from 255 or 18.43% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA757 is #2558A8. Grayscale: #ADADAD. Windows color (decimal): -2447529 or 5744602. OLE color: 5744602.
HSL color Cylindrical-coordinate representation of color #DAA757: hue angle of 36.64º 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 #DAA757 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 87 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.15 |
| HSL | 36.64º | 0.64% | 0.6% | - |
| HSV(B) | 36.64º | 0.6% | 0.85% | - |
| XYZ | 44.45 | 43.23 | 15.02 | - |
| YUV | 173.13 | 79.4 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 87 | 0 | 0.23 | 0.60 | 0.15 | 36.64 | 0.64 | 0.6 |
| Hex | DA | A7 | 57 | 0 | 17 | 3C | F | 25 | 40 | 3C |
| Octal | 332 | 247 | 127 | 0 | 27 | 74 | 17 | 45 | 100 | 74 |
| Binary | 11011010 | 10100111 | 1010111 | 0 | 10111 | 111100 | 1111 | 100101 | 1000000 | 111100 |
Color Harmonies of #DAA757
Complementary color
Monochromatic Colors of #DAA757
Black with #DAA757
Text Example
Text Example
White with #DAA757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA757; }
p { color: rgb(218,167,87); }
H1.HeaderClassName
{
color: #DAA757;
}
.AnyTagClassName
{
color: #DAA757;
}
</style>
background-color css
<style>
a { background-color: #DAA757; }
a { background-color: rgb(218,167,87); }
div.DivClassName
{
background-color: #DAA757;
}
.BgClassName
{
background-color: #DAA757;
}
</style>
border-color css
<style>
span { border-color: #DAA757; }
span { border-color: rgb(218,167,87); }
td.TdClassName
{
border-color: #DAA757;
}
.TagClassName
{
border-color: #DAA757;
}
</style>