Shades of Rob Roy #DAAA59
Tints of Rob Roy #DAAA59
RGB
CMYK
RGB Variations
Color information
#DAAA59 (or 0xDAAA59) is known color: Rob Roy. HEX triplet: DA, AA and 59. RGB value is (218,170,89). Sum of RGB (Red+Green+Blue) = 218+170+89=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 89 (35.16% from 255 or 18.66% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA59 is #2555A6. Grayscale: #AFAFAF. Windows color (decimal): -2446759 or 5876442. OLE color: 5876442.
HSL color Cylindrical-coordinate representation of color #DAAA59: hue angle of 37.67º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAAA59 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 89 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.15 |
| HSL | 37.67º | 0.64% | 0.6% | - |
| HSV(B) | 37.67º | 0.59% | 0.85% | - |
| XYZ | 45.09 | 44.38 | 15.64 | - |
| YUV | 175.12 | 79.4 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 89 | 0 | 0.22 | 0.59 | 0.15 | 37.67 | 0.64 | 0.6 |
| Hex | DA | AA | 59 | 0 | 16 | 3B | F | 26 | 40 | 3C |
| Octal | 332 | 252 | 131 | 0 | 26 | 73 | 17 | 46 | 100 | 74 |
| Binary | 11011010 | 10101010 | 1011001 | 0 | 10110 | 111011 | 1111 | 100110 | 1000000 | 111100 |
Color Harmonies of #DAAA59
Complementary color
Monochromatic Colors of #DAAA59
Black with #DAAA59
Text Example
Text Example
White with #DAAA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA59; }
p { color: rgb(218,170,89); }
H1.HeaderClassName
{
color: #DAAA59;
}
.AnyTagClassName
{
color: #DAAA59;
}
</style>
background-color css
<style>
a { background-color: #DAAA59; }
a { background-color: rgb(218,170,89); }
div.DivClassName
{
background-color: #DAAA59;
}
.BgClassName
{
background-color: #DAAA59;
}
</style>
border-color css
<style>
span { border-color: #DAAA59; }
span { border-color: rgb(218,170,89); }
td.TdClassName
{
border-color: #DAAA59;
}
.TagClassName
{
border-color: #DAAA59;
}
</style>