Shades of Rob Roy #DAA959
Tints of Rob Roy #DAA959
RGB
CMYK
RGB Variations
Color information
#DAA959 (or 0xDAA959) is known color: Rob Roy. HEX triplet: DA, A9 and 59. RGB value is (218,169,89). Sum of RGB (Red+Green+Blue) = 218+169+89=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 89 (35.16% from 255 or 18.70% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA959 is #2556A6. Grayscale: #AEAEAE. Windows color (decimal): -2447015 or 5876186. OLE color: 5876186.
HSL color Cylindrical-coordinate representation of color #DAA959: hue angle of 37.21º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAA959 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 89 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.15 |
| HSL | 37.21º | 0.64% | 0.6% | - |
| HSV(B) | 37.21º | 0.59% | 0.85% | - |
| XYZ | 44.9 | 44 | 15.58 | - |
| YUV | 174.53 | 79.73 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 89 | 0 | 0.22 | 0.59 | 0.15 | 37.21 | 0.64 | 0.6 |
| Hex | DA | A9 | 59 | 0 | 16 | 3B | F | 25 | 40 | 3C |
| Octal | 332 | 251 | 131 | 0 | 26 | 73 | 17 | 45 | 100 | 74 |
| Binary | 11011010 | 10101001 | 1011001 | 0 | 10110 | 111011 | 1111 | 100101 | 1000000 | 111100 |
Color Harmonies of #DAA959
Complementary color
Monochromatic Colors of #DAA959
Black with #DAA959
Text Example
Text Example
White with #DAA959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA959; }
p { color: rgb(218,169,89); }
H1.HeaderClassName
{
color: #DAA959;
}
.AnyTagClassName
{
color: #DAA959;
}
</style>
background-color css
<style>
a { background-color: #DAA959; }
a { background-color: rgb(218,169,89); }
div.DivClassName
{
background-color: #DAA959;
}
.BgClassName
{
background-color: #DAA959;
}
</style>
border-color css
<style>
span { border-color: #DAA959; }
span { border-color: rgb(218,169,89); }
td.TdClassName
{
border-color: #DAA959;
}
.TagClassName
{
border-color: #DAA959;
}
</style>