Shades of Rob Roy #DAAA4D
Tints of Rob Roy #DAAA4D
RGB
CMYK
RGB Variations
Color information
#DAAA4D (or 0xDAAA4D) is known color: Rob Roy. HEX triplet: DA, AA and 4D. RGB value is (218,170,77). Sum of RGB (Red+Green+Blue) = 218+170+77=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA4D is #2555B2. Grayscale: #AEAEAE. Windows color (decimal): -2446771 or 5090010. OLE color: 5090010.
HSL color Cylindrical-coordinate representation of color #DAAA4D: hue angle of 39.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAAA4D is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 77 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.15 |
| HSL | 39.57º | 0.66% | 0.58% | - |
| HSV(B) | 39.57º | 0.65% | 0.85% | - |
| XYZ | 44.63 | 44.19 | 13.2 | - |
| YUV | 173.75 | 73.4 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 77 | 0 | 0.22 | 0.65 | 0.15 | 39.57 | 0.66 | 0.58 |
| Hex | DA | AA | 4D | 0 | 16 | 41 | F | 28 | 42 | 3A |
| Octal | 332 | 252 | 115 | 0 | 26 | 101 | 17 | 50 | 102 | 72 |
| Binary | 11011010 | 10101010 | 1001101 | 0 | 10110 | 1000001 | 1111 | 101000 | 1000010 | 111010 |
Color Harmonies of #DAAA4D
Complementary color
Monochromatic Colors of #DAAA4D
Black with #DAAA4D
Text Example
Text Example
White with #DAAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA4D; }
p { color: rgb(218,170,77); }
H1.HeaderClassName
{
color: #DAAA4D;
}
.AnyTagClassName
{
color: #DAAA4D;
}
</style>
background-color css
<style>
a { background-color: #DAAA4D; }
a { background-color: rgb(218,170,77); }
div.DivClassName
{
background-color: #DAAA4D;
}
.BgClassName
{
background-color: #DAAA4D;
}
</style>
border-color css
<style>
span { border-color: #DAAA4D; }
span { border-color: rgb(218,170,77); }
td.TdClassName
{
border-color: #DAAA4D;
}
.TagClassName
{
border-color: #DAAA4D;
}
</style>