Shades of Rob Roy #DAA649
Tints of Rob Roy #DAA649
RGB
CMYK
RGB Variations
Color information
#DAA649 (or 0xDAA649) is known color: Rob Roy. HEX triplet: DA, A6 and 49. RGB value is (218,166,73). Sum of RGB (Red+Green+Blue) = 218+166+73=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA649 is #2559B6. Grayscale: #ABABAB. Windows color (decimal): -2447799 or 4826842. OLE color: 4826842.
HSL color Cylindrical-coordinate representation of color #DAA649: hue angle of 38.48º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAA649 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 73 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.15 |
| HSL | 38.48º | 0.66% | 0.57% | - |
| HSV(B) | 38.48º | 0.67% | 0.85% | - |
| XYZ | 43.75 | 42.66 | 12.23 | - |
| YUV | 170.95 | 72.73 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 73 | 0 | 0.24 | 0.67 | 0.15 | 38.48 | 0.66 | 0.57 |
| Hex | DA | A6 | 49 | 0 | 18 | 43 | F | 26 | 42 | 39 |
| Octal | 332 | 246 | 111 | 0 | 30 | 103 | 17 | 46 | 102 | 71 |
| Binary | 11011010 | 10100110 | 1001001 | 0 | 11000 | 1000011 | 1111 | 100110 | 1000010 | 111001 |
Color Harmonies of #DAA649
Complementary color
Monochromatic Colors of #DAA649
Black with #DAA649
Text Example
Text Example
White with #DAA649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA649; }
p { color: rgb(218,166,73); }
H1.HeaderClassName
{
color: #DAA649;
}
.AnyTagClassName
{
color: #DAA649;
}
</style>
background-color css
<style>
a { background-color: #DAA649; }
a { background-color: rgb(218,166,73); }
div.DivClassName
{
background-color: #DAA649;
}
.BgClassName
{
background-color: #DAA649;
}
</style>
border-color css
<style>
span { border-color: #DAA649; }
span { border-color: rgb(218,166,73); }
td.TdClassName
{
border-color: #DAA649;
}
.TagClassName
{
border-color: #DAA649;
}
</style>