Shades of Rob Roy #DDA755
Tints of Rob Roy #DDA755
RGB
CMYK
RGB Variations
Color information
#DDA755 (or 0xDDA755) is known color: Rob Roy. HEX triplet: DD, A7 and 55. RGB value is (221,167,85). Sum of RGB (Red+Green+Blue) = 221+167+85=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 85 (33.59% from 255 or 17.97% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA755 is #2258AA. Grayscale: #AEAEAE. Windows color (decimal): -2250923 or 5613533. OLE color: 5613533.
HSL color Cylindrical-coordinate representation of color #DDA755: hue angle of 36.18º 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 #DDA755 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 85 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.13 |
| HSL | 36.18º | 0.67% | 0.6% | - |
| HSV(B) | 36.18º | 0.62% | 0.87% | - |
| XYZ | 45.28 | 43.67 | 14.64 | - |
| YUV | 173.8 | 77.89 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 85 | 0 | 0.24 | 0.62 | 0.13 | 36.18 | 0.67 | 0.6 |
| Hex | DD | A7 | 55 | 0 | 18 | 3E | D | 24 | 43 | 3C |
| Octal | 335 | 247 | 125 | 0 | 30 | 76 | 15 | 44 | 103 | 74 |
| Binary | 11011101 | 10100111 | 1010101 | 0 | 11000 | 111110 | 1101 | 100100 | 1000011 | 111100 |
Color Harmonies of #DDA755
Complementary color
Monochromatic Colors of #DDA755
Black with #DDA755
Text Example
Text Example
White with #DDA755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA755; }
p { color: rgb(221,167,85); }
H1.HeaderClassName
{
color: #DDA755;
}
.AnyTagClassName
{
color: #DDA755;
}
</style>
background-color css
<style>
a { background-color: #DDA755; }
a { background-color: rgb(221,167,85); }
div.DivClassName
{
background-color: #DDA755;
}
.BgClassName
{
background-color: #DDA755;
}
</style>
border-color css
<style>
span { border-color: #DDA755; }
span { border-color: rgb(221,167,85); }
td.TdClassName
{
border-color: #DDA755;
}
.TagClassName
{
border-color: #DDA755;
}
</style>