Shades of Rob Roy #DDAA52
Tints of Rob Roy #DDAA52
RGB
CMYK
RGB Variations
Color information
#DDAA52 (or 0xDDAA52) is known color: Rob Roy. HEX triplet: DD, AA and 52. RGB value is (221,170,82). Sum of RGB (Red+Green+Blue) = 221+170+82=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA52 is #2255AD. Grayscale: #AFAFAF. Windows color (decimal): -2250158 or 5417693. OLE color: 5417693.
HSL color Cylindrical-coordinate representation of color #DDAA52: hue angle of 37.99º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDAA52 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 82 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.13 |
| HSL | 37.99º | 0.67% | 0.59% | - |
| HSV(B) | 37.99º | 0.63% | 0.87% | - |
| XYZ | 45.72 | 44.73 | 14.21 | - |
| YUV | 175.22 | 75.4 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 82 | 0 | 0.23 | 0.63 | 0.13 | 37.99 | 0.67 | 0.59 |
| Hex | DD | AA | 52 | 0 | 17 | 3F | D | 26 | 43 | 3B |
| Octal | 335 | 252 | 122 | 0 | 27 | 77 | 15 | 46 | 103 | 73 |
| Binary | 11011101 | 10101010 | 1010010 | 0 | 10111 | 111111 | 1101 | 100110 | 1000011 | 111011 |
Color Harmonies of #DDAA52
Complementary color
Monochromatic Colors of #DDAA52
Black with #DDAA52
Text Example
Text Example
White with #DDAA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA52; }
p { color: rgb(221,170,82); }
H1.HeaderClassName
{
color: #DDAA52;
}
.AnyTagClassName
{
color: #DDAA52;
}
</style>
background-color css
<style>
a { background-color: #DDAA52; }
a { background-color: rgb(221,170,82); }
div.DivClassName
{
background-color: #DDAA52;
}
.BgClassName
{
background-color: #DDAA52;
}
</style>
border-color css
<style>
span { border-color: #DDAA52; }
span { border-color: rgb(221,170,82); }
td.TdClassName
{
border-color: #DDAA52;
}
.TagClassName
{
border-color: #DDAA52;
}
</style>