Shades of Rob Roy #DDAA5A
Tints of Rob Roy #DDAA5A
RGB
CMYK
RGB Variations
Color information
#DDAA5A (or 0xDDAA5A) is known color: Rob Roy. HEX triplet: DD, AA and 5A. RGB value is (221,170,90). Sum of RGB (Red+Green+Blue) = 221+170+90=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 90 (35.55% from 255 or 18.71% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA5A is #2255A5. Grayscale: #B0B0B0. Windows color (decimal): -2250150 or 5941981. OLE color: 5941981.
HSL color Cylindrical-coordinate representation of color #DDAA5A: hue angle of 36.64º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDAA5A is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 90 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.13 |
| HSL | 36.64º | 0.66% | 0.61% | - |
| HSV(B) | 36.64º | 0.59% | 0.87% | - |
| XYZ | 46.04 | 44.86 | 15.91 | - |
| YUV | 176.13 | 79.4 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 90 | 0 | 0.23 | 0.59 | 0.13 | 36.64 | 0.66 | 0.61 |
| Hex | DD | AA | 5A | 0 | 17 | 3B | D | 25 | 42 | 3D |
| Octal | 335 | 252 | 132 | 0 | 27 | 73 | 15 | 45 | 102 | 75 |
| Binary | 11011101 | 10101010 | 1011010 | 0 | 10111 | 111011 | 1101 | 100101 | 1000010 | 111101 |
Color Harmonies of #DDAA5A
Complementary color
Monochromatic Colors of #DDAA5A
Black with #DDAA5A
Text Example
Text Example
White with #DDAA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA5A; }
p { color: rgb(221,170,90); }
H1.HeaderClassName
{
color: #DDAA5A;
}
.AnyTagClassName
{
color: #DDAA5A;
}
</style>
background-color css
<style>
a { background-color: #DDAA5A; }
a { background-color: rgb(221,170,90); }
div.DivClassName
{
background-color: #DDAA5A;
}
.BgClassName
{
background-color: #DDAA5A;
}
</style>
border-color css
<style>
span { border-color: #DDAA5A; }
span { border-color: rgb(221,170,90); }
td.TdClassName
{
border-color: #DDAA5A;
}
.TagClassName
{
border-color: #DDAA5A;
}
</style>