Shades of Rob Roy #DDAA4D
Tints of Rob Roy #DDAA4D
RGB
CMYK
RGB Variations
Color information
#DDAA4D (or 0xDDAA4D) is known color: Rob Roy. HEX triplet: DD, AA and 4D. RGB value is (221,170,77). Sum of RGB (Red+Green+Blue) = 221+170+77=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA4D is #2255B2. Grayscale: #AFAFAF. Windows color (decimal): -2250163 or 5090013. OLE color: 5090013.
HSL color Cylindrical-coordinate representation of color #DDAA4D: hue angle of 38.75º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDAA4D is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 77 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.13 |
| HSL | 38.75º | 0.68% | 0.58% | - |
| HSV(B) | 38.75º | 0.65% | 0.87% | - |
| XYZ | 45.53 | 44.66 | 13.24 | - |
| YUV | 174.65 | 72.9 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 77 | 0 | 0.23 | 0.65 | 0.13 | 38.75 | 0.68 | 0.58 |
| Hex | DD | AA | 4D | 0 | 17 | 41 | D | 27 | 44 | 3A |
| Octal | 335 | 252 | 115 | 0 | 27 | 101 | 15 | 47 | 104 | 72 |
| Binary | 11011101 | 10101010 | 1001101 | 0 | 10111 | 1000001 | 1101 | 100111 | 1000100 | 111010 |
Color Harmonies of #DDAA4D
Complementary color
Monochromatic Colors of #DDAA4D
Black with #DDAA4D
Text Example
Text Example
White with #DDAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA4D; }
p { color: rgb(221,170,77); }
H1.HeaderClassName
{
color: #DDAA4D;
}
.AnyTagClassName
{
color: #DDAA4D;
}
</style>
background-color css
<style>
a { background-color: #DDAA4D; }
a { background-color: rgb(221,170,77); }
div.DivClassName
{
background-color: #DDAA4D;
}
.BgClassName
{
background-color: #DDAA4D;
}
</style>
border-color css
<style>
span { border-color: #DDAA4D; }
span { border-color: rgb(221,170,77); }
td.TdClassName
{
border-color: #DDAA4D;
}
.TagClassName
{
border-color: #DDAA4D;
}
</style>