Shades of Rob Roy #DDA550
Tints of Rob Roy #DDA550
RGB
CMYK
RGB Variations
Color information
#DDA550 (or 0xDDA550) is known color: Rob Roy. HEX triplet: DD, A5 and 50. RGB value is (221,165,80). Sum of RGB (Red+Green+Blue) = 221+165+80=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA550 is #225AAF. Grayscale: #ACACAC. Windows color (decimal): -2251440 or 5285341. OLE color: 5285341.
HSL color Cylindrical-coordinate representation of color #DDA550: hue angle of 36.17º 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 #DDA550 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 80 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.13 |
| HSL | 36.17º | 0.67% | 0.59% | - |
| HSV(B) | 36.17º | 0.64% | 0.87% | - |
| XYZ | 44.72 | 42.86 | 13.51 | - |
| YUV | 172.05 | 76.05 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 80 | 0 | 0.25 | 0.64 | 0.13 | 36.17 | 0.67 | 0.59 |
| Hex | DD | A5 | 50 | 0 | 19 | 40 | D | 24 | 43 | 3B |
| Octal | 335 | 245 | 120 | 0 | 31 | 100 | 15 | 44 | 103 | 73 |
| Binary | 11011101 | 10100101 | 1010000 | 0 | 11001 | 1000000 | 1101 | 100100 | 1000011 | 111011 |
Color Harmonies of #DDA550
Complementary color
Monochromatic Colors of #DDA550
Black with #DDA550
Text Example
Text Example
White with #DDA550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA550; }
p { color: rgb(221,165,80); }
H1.HeaderClassName
{
color: #DDA550;
}
.AnyTagClassName
{
color: #DDA550;
}
</style>
background-color css
<style>
a { background-color: #DDA550; }
a { background-color: rgb(221,165,80); }
div.DivClassName
{
background-color: #DDA550;
}
.BgClassName
{
background-color: #DDA550;
}
</style>
border-color css
<style>
span { border-color: #DDA550; }
span { border-color: rgb(221,165,80); }
td.TdClassName
{
border-color: #DDA550;
}
.TagClassName
{
border-color: #DDA550;
}
</style>