Shades of Rob Roy #DAA355
Tints of Rob Roy #DAA355
RGB
CMYK
RGB Variations
Color information
#DAA355 (or 0xDAA355) is known color: Rob Roy. HEX triplet: DA, A3 and 55. RGB value is (218,163,85). Sum of RGB (Red+Green+Blue) = 218+163+85=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA355 is #255CAA. Grayscale: #AAAAAA. Windows color (decimal): -2448555 or 5612506. OLE color: 5612506.
HSL color Cylindrical-coordinate representation of color #DAA355: hue angle of 35.19º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAA355 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 163 | 85 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.15 |
| HSL | 35.19º | 0.64% | 0.59% | - |
| HSV(B) | 35.19º | 0.61% | 0.85% | - |
| XYZ | 43.65 | 41.76 | 14.35 | - |
| YUV | 170.55 | 79.72 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 163 | 85 | 0 | 0.25 | 0.61 | 0.15 | 35.19 | 0.64 | 0.59 |
| Hex | DA | A3 | 55 | 0 | 19 | 3D | F | 23 | 40 | 3B |
| Octal | 332 | 243 | 125 | 0 | 31 | 75 | 17 | 43 | 100 | 73 |
| Binary | 11011010 | 10100011 | 1010101 | 0 | 11001 | 111101 | 1111 | 100011 | 1000000 | 111011 |
Color Harmonies of #DAA355
Complementary color
Monochromatic Colors of #DAA355
Black with #DAA355
Text Example
Text Example
White with #DAA355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA355; }
p { color: rgb(218,163,85); }
H1.HeaderClassName
{
color: #DAA355;
}
.AnyTagClassName
{
color: #DAA355;
}
</style>
background-color css
<style>
a { background-color: #DAA355; }
a { background-color: rgb(218,163,85); }
div.DivClassName
{
background-color: #DAA355;
}
.BgClassName
{
background-color: #DAA355;
}
</style>
border-color css
<style>
span { border-color: #DAA355; }
span { border-color: rgb(218,163,85); }
td.TdClassName
{
border-color: #DAA355;
}
.TagClassName
{
border-color: #DAA355;
}
</style>