Shades of Rob Roy #DDAA59
Tints of Rob Roy #DDAA59
RGB
CMYK
RGB Variations
Color information
#DDAA59 (or 0xDDAA59) is known color: Rob Roy. HEX triplet: DD, AA and 59. RGB value is (221,170,89). Sum of RGB (Red+Green+Blue) = 221+170+89=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 89 (35.16% from 255 or 18.54% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA59 is #2255A6. Grayscale: #B0B0B0. Windows color (decimal): -2250151 or 5876445. OLE color: 5876445.
HSL color Cylindrical-coordinate representation of color #DDAA59: hue angle of 36.82º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDAA59 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 89 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.13 |
| HSL | 36.82º | 0.66% | 0.61% | - |
| HSV(B) | 36.82º | 0.6% | 0.87% | - |
| XYZ | 46 | 44.84 | 15.68 | - |
| YUV | 176.02 | 78.9 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 89 | 0 | 0.23 | 0.60 | 0.13 | 36.82 | 0.66 | 0.61 |
| Hex | DD | AA | 59 | 0 | 17 | 3C | D | 25 | 42 | 3D |
| Octal | 335 | 252 | 131 | 0 | 27 | 74 | 15 | 45 | 102 | 75 |
| Binary | 11011101 | 10101010 | 1011001 | 0 | 10111 | 111100 | 1101 | 100101 | 1000010 | 111101 |
Color Harmonies of #DDAA59
Complementary color
Monochromatic Colors of #DDAA59
Black with #DDAA59
Text Example
Text Example
White with #DDAA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA59; }
p { color: rgb(221,170,89); }
H1.HeaderClassName
{
color: #DDAA59;
}
.AnyTagClassName
{
color: #DDAA59;
}
</style>
background-color css
<style>
a { background-color: #DDAA59; }
a { background-color: rgb(221,170,89); }
div.DivClassName
{
background-color: #DDAA59;
}
.BgClassName
{
background-color: #DDAA59;
}
</style>
border-color css
<style>
span { border-color: #DDAA59; }
span { border-color: rgb(221,170,89); }
td.TdClassName
{
border-color: #DDAA59;
}
.TagClassName
{
border-color: #DDAA59;
}
</style>