Shades of Rob Roy #DDAA54
Tints of Rob Roy #DDAA54
RGB
CMYK
RGB Variations
Color information
#DDAA54 (or 0xDDAA54) is known color: Rob Roy. HEX triplet: DD, AA and 54. RGB value is (221,170,84). Sum of RGB (Red+Green+Blue) = 221+170+84=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 84 (33.20% from 255 or 17.68% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA54 is #2255AB. Grayscale: #AFAFAF. Windows color (decimal): -2250156 or 5548765. OLE color: 5548765.
HSL color Cylindrical-coordinate representation of color #DDAA54: hue angle of 37.66º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDAA54 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 84 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.13 |
| HSL | 37.66º | 0.67% | 0.6% | - |
| HSV(B) | 37.66º | 0.62% | 0.87% | - |
| XYZ | 45.79 | 44.76 | 14.61 | - |
| YUV | 175.45 | 76.4 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 84 | 0 | 0.23 | 0.62 | 0.13 | 37.66 | 0.67 | 0.6 |
| Hex | DD | AA | 54 | 0 | 17 | 3E | D | 26 | 43 | 3C |
| Octal | 335 | 252 | 124 | 0 | 27 | 76 | 15 | 46 | 103 | 74 |
| Binary | 11011101 | 10101010 | 1010100 | 0 | 10111 | 111110 | 1101 | 100110 | 1000011 | 111100 |
Color Harmonies of #DDAA54
Complementary color
Monochromatic Colors of #DDAA54
Black with #DDAA54
Text Example
Text Example
White with #DDAA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA54; }
p { color: rgb(221,170,84); }
H1.HeaderClassName
{
color: #DDAA54;
}
.AnyTagClassName
{
color: #DDAA54;
}
</style>
background-color css
<style>
a { background-color: #DDAA54; }
a { background-color: rgb(221,170,84); }
div.DivClassName
{
background-color: #DDAA54;
}
.BgClassName
{
background-color: #DDAA54;
}
</style>
border-color css
<style>
span { border-color: #DDAA54; }
span { border-color: rgb(221,170,84); }
td.TdClassName
{
border-color: #DDAA54;
}
.TagClassName
{
border-color: #DDAA54;
}
</style>