Shades of Rob Roy #DAA14F
Tints of Rob Roy #DAA14F
RGB
CMYK
RGB Variations
Color information
#DAA14F (or 0xDAA14F) is known color: Rob Roy. HEX triplet: DA, A1 and 4F. RGB value is (218,161,79). Sum of RGB (Red+Green+Blue) = 218+161+79=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 79 (31.25% from 255 or 17.25% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA14F is #255EB0. Grayscale: #A9A9A9. Windows color (decimal): -2449073 or 5218778. OLE color: 5218778.
HSL color Cylindrical-coordinate representation of color #DAA14F: hue angle of 35.4º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAA14F is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 79 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.15 |
| HSL | 35.4º | 0.65% | 0.58% | - |
| HSV(B) | 35.4º | 0.64% | 0.85% | - |
| XYZ | 43.07 | 40.96 | 13.03 | - |
| YUV | 168.7 | 77.38 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 79 | 0 | 0.26 | 0.64 | 0.15 | 35.4 | 0.65 | 0.58 |
| Hex | DA | A1 | 4F | 0 | 1A | 40 | F | 23 | 41 | 3A |
| Octal | 332 | 241 | 117 | 0 | 32 | 100 | 17 | 43 | 101 | 72 |
| Binary | 11011010 | 10100001 | 1001111 | 0 | 11010 | 1000000 | 1111 | 100011 | 1000001 | 111010 |
Color Harmonies of #DAA14F
Complementary color
Monochromatic Colors of #DAA14F
Black with #DAA14F
Text Example
Text Example
White with #DAA14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA14F; }
p { color: rgb(218,161,79); }
H1.HeaderClassName
{
color: #DAA14F;
}
.AnyTagClassName
{
color: #DAA14F;
}
</style>
background-color css
<style>
a { background-color: #DAA14F; }
a { background-color: rgb(218,161,79); }
div.DivClassName
{
background-color: #DAA14F;
}
.BgClassName
{
background-color: #DAA14F;
}
</style>
border-color css
<style>
span { border-color: #DAA14F; }
span { border-color: rgb(218,161,79); }
td.TdClassName
{
border-color: #DAA14F;
}
.TagClassName
{
border-color: #DAA14F;
}
</style>