Shades of Rob Roy #DAA751
Tints of Rob Roy #DAA751
RGB
CMYK
RGB Variations
Color information
#DAA751 (or 0xDAA751) is known color: Rob Roy. HEX triplet: DA, A7 and 51. RGB value is (218,167,81). Sum of RGB (Red+Green+Blue) = 218+167+81=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 81 (32.03% from 255 or 17.38% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA751 is #2558AE. Grayscale: #ACACAC. Windows color (decimal): -2447535 or 5351386. OLE color: 5351386.
HSL color Cylindrical-coordinate representation of color #DAA751: hue angle of 37.66º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAA751 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 81 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.15 |
| HSL | 37.66º | 0.65% | 0.59% | - |
| HSV(B) | 37.66º | 0.63% | 0.85% | - |
| XYZ | 44.22 | 43.14 | 13.78 | - |
| YUV | 172.45 | 76.4 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 81 | 0 | 0.23 | 0.63 | 0.15 | 37.66 | 0.65 | 0.59 |
| Hex | DA | A7 | 51 | 0 | 17 | 3F | F | 26 | 41 | 3B |
| Octal | 332 | 247 | 121 | 0 | 27 | 77 | 17 | 46 | 101 | 73 |
| Binary | 11011010 | 10100111 | 1010001 | 0 | 10111 | 111111 | 1111 | 100110 | 1000001 | 111011 |
Color Harmonies of #DAA751
Complementary color
Monochromatic Colors of #DAA751
Black with #DAA751
Text Example
Text Example
White with #DAA751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA751; }
p { color: rgb(218,167,81); }
H1.HeaderClassName
{
color: #DAA751;
}
.AnyTagClassName
{
color: #DAA751;
}
</style>
background-color css
<style>
a { background-color: #DAA751; }
a { background-color: rgb(218,167,81); }
div.DivClassName
{
background-color: #DAA751;
}
.BgClassName
{
background-color: #DAA751;
}
</style>
border-color css
<style>
span { border-color: #DAA751; }
span { border-color: rgb(218,167,81); }
td.TdClassName
{
border-color: #DAA751;
}
.TagClassName
{
border-color: #DAA751;
}
</style>