Shades of Rob Roy #DAA956
Tints of Rob Roy #DAA956
RGB
CMYK
RGB Variations
Color information
#DAA956 (or 0xDAA956) is known color: Rob Roy. HEX triplet: DA, A9 and 56. RGB value is (218,169,86). Sum of RGB (Red+Green+Blue) = 218+169+86=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA956 is #2556A9. Grayscale: #AEAEAE. Windows color (decimal): -2447018 or 5679578. OLE color: 5679578.
HSL color Cylindrical-coordinate representation of color #DAA956: hue angle of 37.73º 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 #DAA956 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 86 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.15 |
| HSL | 37.73º | 0.64% | 0.6% | - |
| HSV(B) | 37.73º | 0.61% | 0.85% | - |
| XYZ | 44.78 | 43.95 | 14.93 | - |
| YUV | 174.19 | 78.23 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 86 | 0 | 0.22 | 0.61 | 0.15 | 37.73 | 0.64 | 0.6 |
| Hex | DA | A9 | 56 | 0 | 16 | 3D | F | 26 | 40 | 3C |
| Octal | 332 | 251 | 126 | 0 | 26 | 75 | 17 | 46 | 100 | 74 |
| Binary | 11011010 | 10101001 | 1010110 | 0 | 10110 | 111101 | 1111 | 100110 | 1000000 | 111100 |
Color Harmonies of #DAA956
Complementary color
Monochromatic Colors of #DAA956
Black with #DAA956
Text Example
Text Example
White with #DAA956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA956; }
p { color: rgb(218,169,86); }
H1.HeaderClassName
{
color: #DAA956;
}
.AnyTagClassName
{
color: #DAA956;
}
</style>
background-color css
<style>
a { background-color: #DAA956; }
a { background-color: rgb(218,169,86); }
div.DivClassName
{
background-color: #DAA956;
}
.BgClassName
{
background-color: #DAA956;
}
</style>
border-color css
<style>
span { border-color: #DAA956; }
span { border-color: rgb(218,169,86); }
td.TdClassName
{
border-color: #DAA956;
}
.TagClassName
{
border-color: #DAA956;
}
</style>