Shades of Rob Roy #DDAA50
Tints of Rob Roy #DDAA50
RGB
CMYK
RGB Variations
Color information
#DDAA50 (or 0xDDAA50) is known color: Rob Roy. HEX triplet: DD, AA and 50. RGB value is (221,170,80). Sum of RGB (Red+Green+Blue) = 221+170+80=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA50 is #2255AF. Grayscale: #AFAFAF. Windows color (decimal): -2250160 or 5286621. OLE color: 5286621.
HSL color Cylindrical-coordinate representation of color #DDAA50: hue angle of 38.3º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDAA50 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 80 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.13 |
| HSL | 38.3º | 0.67% | 0.59% | - |
| HSV(B) | 38.3º | 0.64% | 0.87% | - |
| XYZ | 45.64 | 44.7 | 13.81 | - |
| YUV | 174.99 | 74.4 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 80 | 0 | 0.23 | 0.64 | 0.13 | 38.3 | 0.67 | 0.59 |
| Hex | DD | AA | 50 | 0 | 17 | 40 | D | 26 | 43 | 3B |
| Octal | 335 | 252 | 120 | 0 | 27 | 100 | 15 | 46 | 103 | 73 |
| Binary | 11011101 | 10101010 | 1010000 | 0 | 10111 | 1000000 | 1101 | 100110 | 1000011 | 111011 |
Color Harmonies of #DDAA50
Complementary color
Monochromatic Colors of #DDAA50
Black with #DDAA50
Text Example
Text Example
White with #DDAA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA50; }
p { color: rgb(221,170,80); }
H1.HeaderClassName
{
color: #DDAA50;
}
.AnyTagClassName
{
color: #DDAA50;
}
</style>
background-color css
<style>
a { background-color: #DDAA50; }
a { background-color: rgb(221,170,80); }
div.DivClassName
{
background-color: #DDAA50;
}
.BgClassName
{
background-color: #DDAA50;
}
</style>
border-color css
<style>
span { border-color: #DDAA50; }
span { border-color: rgb(221,170,80); }
td.TdClassName
{
border-color: #DDAA50;
}
.TagClassName
{
border-color: #DDAA50;
}
</style>