Shades of Rob Roy #DDAA4A
Tints of Rob Roy #DDAA4A
RGB
CMYK
RGB Variations
Color information
#DDAA4A (or 0xDDAA4A) is known color: Rob Roy. HEX triplet: DD, AA and 4A. RGB value is (221,170,74). Sum of RGB (Red+Green+Blue) = 221+170+74=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA4A is #2255B5. Grayscale: #AEAEAE. Windows color (decimal): -2250166 or 4893405. OLE color: 4893405.
HSL color Cylindrical-coordinate representation of color #DDAA4A: hue angle of 39.18º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDAA4A is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 74 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.13 |
| HSL | 39.18º | 0.68% | 0.58% | - |
| HSV(B) | 39.18º | 0.67% | 0.87% | - |
| XYZ | 45.43 | 44.62 | 12.7 | - |
| YUV | 174.31 | 71.4 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 74 | 0 | 0.23 | 0.67 | 0.13 | 39.18 | 0.68 | 0.58 |
| Hex | DD | AA | 4A | 0 | 17 | 43 | D | 27 | 44 | 3A |
| Octal | 335 | 252 | 112 | 0 | 27 | 103 | 15 | 47 | 104 | 72 |
| Binary | 11011101 | 10101010 | 1001010 | 0 | 10111 | 1000011 | 1101 | 100111 | 1000100 | 111010 |
Color Harmonies of #DDAA4A
Complementary color
Monochromatic Colors of #DDAA4A
Black with #DDAA4A
Text Example
Text Example
White with #DDAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA4A; }
p { color: rgb(221,170,74); }
H1.HeaderClassName
{
color: #DDAA4A;
}
.AnyTagClassName
{
color: #DDAA4A;
}
</style>
background-color css
<style>
a { background-color: #DDAA4A; }
a { background-color: rgb(221,170,74); }
div.DivClassName
{
background-color: #DDAA4A;
}
.BgClassName
{
background-color: #DDAA4A;
}
</style>
border-color css
<style>
span { border-color: #DDAA4A; }
span { border-color: rgb(221,170,74); }
td.TdClassName
{
border-color: #DDAA4A;
}
.TagClassName
{
border-color: #DDAA4A;
}
</style>