Shades of Rob Roy #DDAA56
Tints of Rob Roy #DDAA56
RGB
CMYK
RGB Variations
Color information
#DDAA56 (or 0xDDAA56) is known color: Rob Roy. HEX triplet: DD, AA and 56. RGB value is (221,170,86). Sum of RGB (Red+Green+Blue) = 221+170+86=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA56 is #2255A9. Grayscale: #B0B0B0. Windows color (decimal): -2250154 or 5679837. OLE color: 5679837.
HSL color Cylindrical-coordinate representation of color #DDAA56: hue angle of 37.33º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDAA56 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 86 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.13 |
| HSL | 37.33º | 0.67% | 0.6% | - |
| HSV(B) | 37.33º | 0.61% | 0.87% | - |
| XYZ | 45.87 | 44.79 | 15.03 | - |
| YUV | 175.67 | 77.4 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 86 | 0 | 0.23 | 0.61 | 0.13 | 37.33 | 0.67 | 0.6 |
| Hex | DD | AA | 56 | 0 | 17 | 3D | D | 25 | 43 | 3C |
| Octal | 335 | 252 | 126 | 0 | 27 | 75 | 15 | 45 | 103 | 74 |
| Binary | 11011101 | 10101010 | 1010110 | 0 | 10111 | 111101 | 1101 | 100101 | 1000011 | 111100 |
Color Harmonies of #DDAA56
Complementary color
Monochromatic Colors of #DDAA56
Black with #DDAA56
Text Example
Text Example
White with #DDAA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA56; }
p { color: rgb(221,170,86); }
H1.HeaderClassName
{
color: #DDAA56;
}
.AnyTagClassName
{
color: #DDAA56;
}
</style>
background-color css
<style>
a { background-color: #DDAA56; }
a { background-color: rgb(221,170,86); }
div.DivClassName
{
background-color: #DDAA56;
}
.BgClassName
{
background-color: #DDAA56;
}
</style>
border-color css
<style>
span { border-color: #DDAA56; }
span { border-color: rgb(221,170,86); }
td.TdClassName
{
border-color: #DDAA56;
}
.TagClassName
{
border-color: #DDAA56;
}
</style>