Shades of Rob Roy #DAA251
Tints of Rob Roy #DAA251
RGB
CMYK
RGB Variations
Color information
#DAA251 (or 0xDAA251) is known color: Rob Roy. HEX triplet: DA, A2 and 51. RGB value is (218,162,81). Sum of RGB (Red+Green+Blue) = 218+162+81=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA251 is #255DAE. Grayscale: #A9A9A9. Windows color (decimal): -2448815 or 5350106. OLE color: 5350106.
HSL color Cylindrical-coordinate representation of color #DAA251: hue angle of 35.47º 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 #DAA251 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 81 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.15 |
| HSL | 35.47º | 0.65% | 0.59% | - |
| HSV(B) | 35.47º | 0.63% | 0.85% | - |
| XYZ | 43.32 | 41.34 | 13.48 | - |
| YUV | 169.51 | 78.05 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 81 | 0 | 0.26 | 0.63 | 0.15 | 35.47 | 0.65 | 0.59 |
| Hex | DA | A2 | 51 | 0 | 1A | 3F | F | 23 | 41 | 3B |
| Octal | 332 | 242 | 121 | 0 | 32 | 77 | 17 | 43 | 101 | 73 |
| Binary | 11011010 | 10100010 | 1010001 | 0 | 11010 | 111111 | 1111 | 100011 | 1000001 | 111011 |
Color Harmonies of #DAA251
Complementary color
Monochromatic Colors of #DAA251
Black with #DAA251
Text Example
Text Example
White with #DAA251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA251; }
p { color: rgb(218,162,81); }
H1.HeaderClassName
{
color: #DAA251;
}
.AnyTagClassName
{
color: #DAA251;
}
</style>
background-color css
<style>
a { background-color: #DAA251; }
a { background-color: rgb(218,162,81); }
div.DivClassName
{
background-color: #DAA251;
}
.BgClassName
{
background-color: #DAA251;
}
</style>
border-color css
<style>
span { border-color: #DAA251; }
span { border-color: rgb(218,162,81); }
td.TdClassName
{
border-color: #DAA251;
}
.TagClassName
{
border-color: #DAA251;
}
</style>