Shades of Rob Roy #DDAA5E
Tints of Rob Roy #DDAA5E
RGB
CMYK
RGB Variations
Color information
#DDAA5E (or 0xDDAA5E) is known color: Rob Roy. HEX triplet: DD, AA and 5E. RGB value is (221,170,94). Sum of RGB (Red+Green+Blue) = 221+170+94=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA5E is #2255A1. Grayscale: #B0B0B0. Windows color (decimal): -2250146 or 6204125. OLE color: 6204125.
HSL color Cylindrical-coordinate representation of color #DDAA5E: hue angle of 35.91º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDAA5E is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 94 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.13 |
| HSL | 35.91º | 0.65% | 0.62% | - |
| HSV(B) | 35.91º | 0.57% | 0.87% | - |
| XYZ | 46.21 | 44.93 | 16.83 | - |
| YUV | 176.59 | 81.4 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 94 | 0 | 0.23 | 0.57 | 0.13 | 35.91 | 0.65 | 0.62 |
| Hex | DD | AA | 5E | 0 | 17 | 39 | D | 24 | 41 | 3E |
| Octal | 335 | 252 | 136 | 0 | 27 | 71 | 15 | 44 | 101 | 76 |
| Binary | 11011101 | 10101010 | 1011110 | 0 | 10111 | 111001 | 1101 | 100100 | 1000001 | 111110 |
Color Harmonies of #DDAA5E
Complementary color
Monochromatic Colors of #DDAA5E
Black with #DDAA5E
Text Example
Text Example
White with #DDAA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA5E; }
p { color: rgb(221,170,94); }
H1.HeaderClassName
{
color: #DDAA5E;
}
.AnyTagClassName
{
color: #DDAA5E;
}
</style>
background-color css
<style>
a { background-color: #DDAA5E; }
a { background-color: rgb(221,170,94); }
div.DivClassName
{
background-color: #DDAA5E;
}
.BgClassName
{
background-color: #DDAA5E;
}
</style>
border-color css
<style>
span { border-color: #DDAA5E; }
span { border-color: rgb(221,170,94); }
td.TdClassName
{
border-color: #DDAA5E;
}
.TagClassName
{
border-color: #DDAA5E;
}
</style>