Shades of Rob Roy #DAA54E
Tints of Rob Roy #DAA54E
RGB
CMYK
RGB Variations
Color information
#DAA54E (or 0xDAA54E) is known color: Rob Roy. HEX triplet: DA, A5 and 4E. RGB value is (218,165,78). Sum of RGB (Red+Green+Blue) = 218+165+78=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA54E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA54E is #255AB1. Grayscale: #ABABAB. Windows color (decimal): -2448050 or 5154266. OLE color: 5154266.
HSL color Cylindrical-coordinate representation of color #DAA54E: hue angle of 37.29º 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 #DAA54E is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 78 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.15 |
| HSL | 37.29º | 0.65% | 0.58% | - |
| HSV(B) | 37.29º | 0.64% | 0.85% | - |
| XYZ | 43.74 | 42.37 | 13.08 | - |
| YUV | 170.93 | 75.56 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 78 | 0 | 0.24 | 0.64 | 0.15 | 37.29 | 0.65 | 0.58 |
| Hex | DA | A5 | 4E | 0 | 18 | 40 | F | 25 | 41 | 3A |
| Octal | 332 | 245 | 116 | 0 | 30 | 100 | 17 | 45 | 101 | 72 |
| Binary | 11011010 | 10100101 | 1001110 | 0 | 11000 | 1000000 | 1111 | 100101 | 1000001 | 111010 |
Color Harmonies of #DAA54E
Complementary color
Monochromatic Colors of #DAA54E
Black with #DAA54E
Text Example
Text Example
White with #DAA54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA54E; }
p { color: rgb(218,165,78); }
H1.HeaderClassName
{
color: #DAA54E;
}
.AnyTagClassName
{
color: #DAA54E;
}
</style>
background-color css
<style>
a { background-color: #DAA54E; }
a { background-color: rgb(218,165,78); }
div.DivClassName
{
background-color: #DAA54E;
}
.BgClassName
{
background-color: #DAA54E;
}
</style>
border-color css
<style>
span { border-color: #DAA54E; }
span { border-color: rgb(218,165,78); }
td.TdClassName
{
border-color: #DAA54E;
}
.TagClassName
{
border-color: #DAA54E;
}
</style>