Shades of Rob Roy #DAA150
Tints of Rob Roy #DAA150
RGB
CMYK
RGB Variations
Color information
#DAA150 (or 0xDAA150) is known color: Rob Roy. HEX triplet: DA, A1 and 50. RGB value is (218,161,80). Sum of RGB (Red+Green+Blue) = 218+161+80=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA150 is #255EAF. Grayscale: #A9A9A9. Windows color (decimal): -2449072 or 5284314. OLE color: 5284314.
HSL color Cylindrical-coordinate representation of color #DAA150: hue angle of 35.22º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAA150 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 80 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.15 |
| HSL | 35.22º | 0.65% | 0.58% | - |
| HSV(B) | 35.22º | 0.63% | 0.85% | - |
| XYZ | 43.11 | 40.97 | 13.23 | - |
| YUV | 168.81 | 77.88 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 80 | 0 | 0.26 | 0.63 | 0.15 | 35.22 | 0.65 | 0.58 |
| Hex | DA | A1 | 50 | 0 | 1A | 3F | F | 23 | 41 | 3A |
| Octal | 332 | 241 | 120 | 0 | 32 | 77 | 17 | 43 | 101 | 72 |
| Binary | 11011010 | 10100001 | 1010000 | 0 | 11010 | 111111 | 1111 | 100011 | 1000001 | 111010 |
Color Harmonies of #DAA150
Complementary color
Monochromatic Colors of #DAA150
Black with #DAA150
Text Example
Text Example
White with #DAA150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA150; }
p { color: rgb(218,161,80); }
H1.HeaderClassName
{
color: #DAA150;
}
.AnyTagClassName
{
color: #DAA150;
}
</style>
background-color css
<style>
a { background-color: #DAA150; }
a { background-color: rgb(218,161,80); }
div.DivClassName
{
background-color: #DAA150;
}
.BgClassName
{
background-color: #DAA150;
}
</style>
border-color css
<style>
span { border-color: #DAA150; }
span { border-color: rgb(218,161,80); }
td.TdClassName
{
border-color: #DAA150;
}
.TagClassName
{
border-color: #DAA150;
}
</style>