Shades of Rob Roy #DAA456
Tints of Rob Roy #DAA456
RGB
CMYK
RGB Variations
Color information
#DAA456 (or 0xDAA456) is known color: Rob Roy. HEX triplet: DA, A4 and 56. RGB value is (218,164,86). Sum of RGB (Red+Green+Blue) = 218+164+86=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA456 is #255BA9. Grayscale: #ABABAB. Windows color (decimal): -2448298 or 5678298. OLE color: 5678298.
HSL color Cylindrical-coordinate representation of color #DAA456: hue angle of 35.45º 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 #DAA456 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 86 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.15 |
| HSL | 35.45º | 0.64% | 0.6% | - |
| HSV(B) | 35.45º | 0.61% | 0.85% | - |
| XYZ | 43.87 | 42.13 | 14.62 | - |
| YUV | 171.25 | 79.89 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 86 | 0 | 0.25 | 0.61 | 0.15 | 35.45 | 0.64 | 0.6 |
| Hex | DA | A4 | 56 | 0 | 19 | 3D | F | 23 | 40 | 3C |
| Octal | 332 | 244 | 126 | 0 | 31 | 75 | 17 | 43 | 100 | 74 |
| Binary | 11011010 | 10100100 | 1010110 | 0 | 11001 | 111101 | 1111 | 100011 | 1000000 | 111100 |
Color Harmonies of #DAA456
Complementary color
Monochromatic Colors of #DAA456
Black with #DAA456
Text Example
Text Example
White with #DAA456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA456; }
p { color: rgb(218,164,86); }
H1.HeaderClassName
{
color: #DAA456;
}
.AnyTagClassName
{
color: #DAA456;
}
</style>
background-color css
<style>
a { background-color: #DAA456; }
a { background-color: rgb(218,164,86); }
div.DivClassName
{
background-color: #DAA456;
}
.BgClassName
{
background-color: #DAA456;
}
</style>
border-color css
<style>
span { border-color: #DAA456; }
span { border-color: rgb(218,164,86); }
td.TdClassName
{
border-color: #DAA456;
}
.TagClassName
{
border-color: #DAA456;
}
</style>